What is Flutter? Developed/supported by Google, currently in Alpha Open Source Single codebase Built using C/C++ Allows building X(Cross)-Platform Applications
Why Flutter? Release to iOS and Android platforms Requires at-least Android Kitkat and iOS 5 Offers Low Latency input 60 fps for Android & iOS Fast dev/iteration cycles with hot reloading
Why Flutter? Release to iOS and Android platforms Requires at-least Android Kitkat and iOS 5 Offers Low Latency input 60 fps for Android & iOS Fast dev/iteration cycles with hot reloading Does not use native UI widgets
Flutter also uses Heavily optimized, mobile-first 2D rendering engine(Skia) Modern react-style framework APIs for unit and integration tests Interop and plugin APIs to connect to the system and 3rd-party SDKs Headless test runner for running tests on Windows, Linux, and Mac Command-line tools for creating, building, testing, and compiling your app
... a new Flutter-based system appears in the wild... Google is using Flutter to develop their new System UI called Fuchsia Armadillo is currently the default system UI for Fuchsia. Armadillo is written in Flutter