10

December 2019

Mobile App Framework and Coding

Flutter is Googles new open source technology for creating native Android and iOS apps with a single codebase. Unlike other popular solutions, Flutteris not a framework; its a complete SDK software development kit which already contains everything you will need to build cross platform applications. This includes a rendering engine, readymade widgets, testing and integration APIs, and commandline tools. Similar technologies such as Xamarin, React Native, Ionic, or NativeScript all try to achieve platform nativeness via different approaches. We ve written a whole article comparing these cross-platform tools. Now, lets see what Flutter introduces to the game.

Read More
 1