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. Flutter also ships with rich set of customizable widgets, all built from modern reactive framework.
it Flutter apps follow platform conventions and interface details such as scrolling, navigation, icons, fonts, etc. That’s why apps built with Flutter works everywhere.
generational garbage collection which helps in creating frames for short-lived objects. It also helps to allocate the objects with a single pointer bump to avoid UI jank and shutter.
rich and customizable set of widgets for Android, IOS and Material Design. The collaboration between Flutter and Google’s material design render and easily create powerful UI experience. This helps us to create smooth, crisp and refined app experience like a native app.
widget, to synchronise your UI and your model. • It’s just a tool, not an architecture. • You don’t have to use it everywhere. pawan.live @remi_rousselet
It enforces immutable state. • It enables time travel debugging. • Performant ( Only rebuild what you need ). • Easy to use and highly testable. pawan.live