Flutter.io Tutorials - Introduction & Setup
Hello Friends, As Google launched flutter.io for rapid cross-platform mobile app development. Let's start with some hands-on on it. What is flutter? It is an SDK, which supports cross-platform mobile app development that is same source code an compile and runs on Android and iOS as well. as flutter still in development (current version is 0.1.5), It does not support 32 bit ARM devices. What differentiate from other cross-platform frameworks? Native OEM Native OEM is nothing but our native application framework like we write an android app in Java and iOS/iPhone apps in Objective-C. Native app creates widgets to communicate between widgets and platform services. WebViews Initially, cross-platform app development is done using Javascript and WebViews like PhoneGap, jQuery Mobile, ionic etc. As you know (I hope) before Apple releases their iOS SDK they asked devs to use web apps to develop their app....