Introduction to Flutter
Summary
This talk covers the following topics
- What is Flutter?
- Why use Flutter?
- Comparison with other cross platform mobile apps development frameworks.
- Core principles in Flutter
- How does a Basic flutter app looks
- Resources to learn flutter
Key Insight
Flutter offers some cool features that makes developer's life easy such as Stateful Hot Reload, Declarative layouts using Dart, etc. It provides faster startup of the apps as they are precompiled Ahead Of Time(AOT) into native code before distribution and offers native performance on both Android and iOS