Flutter in short keyword
Flutter in short keyword
Flutter is Google’s Mobile SDK to build native iOS and Android apps from a single
codebase.
2. The blocks with which the flutter apps are built are called Widgets.
3. They are structural elements that ship with a bunch of material design-specific
functionalities.
4. Each of the Widgets handle one particular job. That is the reason why Flutter
developers tend to think of their flutter app as a tree of widgets.
a) Stateless Widgets.
b) Stateful Widgets.
6. Compared to other technologies like React Native, Kotlin, and Java, Flutter is much
better in regard to having a Single Codebase for Android and iOS, Reusable UI and
Business Logic, high compatibility, performance, and productivity.