Flutter Quick Start Guide!

sarthak sadh
Techspace
Published in
2 min readAug 22, 2019

Flutter is Google’s mobile UI framework for crafting high-quality native experiences on iOS and Android in record time.

How flutter works?

Flutter uses Dart as a programming language.It automatically converts dart code to native java(for android) and objective-c(for ios).So with the same codebase one can make apps for both the platform

Why Flutter?

1. Fast development

Hot reload allows you to change your code and see it come to life in less than a second without losing the state of the app.So every time you change your code you need not to install the app again.

2. Native Performance

Apps built using flutter run as smoothly as any other native app.

3. Awesome Ui Widgets

Create beautiful apps faster with Flutter’s collection of visual, structural, platform, and interactive widgets.

4. Large collection of 3rd party packages

Flutter Showcase

Here are some awesome apps built using flutter

--

--