Understand basics of Flutter from "summary" of Flutter for Beginners by Alessandro Biessek
This book provides an introduction to Flutter, the popular open-source mobile app development framework. It covers the fundamentals of Flutter development, from the basics of creating an app to how to use widgets and layouts. It also explains how to use APIs and create custom user interfaces.- Flutter is an open source mobile UI framework developed by Google for creating high-quality native interfaces on iOS and Android in record time. It provides widgets, APIs, layouts, themes, tools, and other features for designing apps with modern API capabilities and delightful user experiences.
- Building MVPs with Flutter is great as it offer relatively fewer resources compared to traditional mobile development technologies like Java or Swift.
- You need to understand the basics of the AndroidManifest.xml and Info.plist files if you have to configure your app's settings for different versions of each platform. This would come in handy during launching the app in the Play Store and App Store.