Why Flutter? Beautiful, Natively Compiled Mobile App
Flutter Logo Transparent So recently I've been doing mobile app development using this framework made by Google, Flutter. To be honest, other than that it is a multi platform mobile app framework, for Android and IOS, i am really disappointed. I hate it because it is using this Dart language that look like Javascript but it is not Javascript, it looks like Java but it’s no Java. It’s confusing for even creating, adding a variable typed List. Do i need to do var myList? or List myList=new ArrayList() ? But then, can i just myList[123] or myList.get(123) ? It turns out that there’s so many things we need to learn about this Dart language alone, and Flutter is another different complex story. Flutter is React like mobile app development framework. I’ve been doing React and have been really happy, enjoying so much, but it is not as flexible as pure as HTML, Javascript, JQuery and CSS. You can build more maintainable codes with React, but is that you want? Now talk about why ...