This is part three of a series of blog posts about getting started with Flutter. In part two, we used the Flutter plugin to create a new app project, ran the app using an Android Emulator and made use of Flutters’ Hot Reload feature| Darryl Bayliss
Flutter is a UI toolkit, allowing you to build a native UI across mobile, web and desktop. The beauty of Flutter is this is possible from a single codebase using declarative UI.| Darryl Bayliss