April 2020
Intermediate to advanced
380 pages
9h 24m
English
The fast development cycle offered by Flutter makes it suitable for time-optimized development. It supports Stateful Hot Reload, which means that you can reload the code of a live running application without having to restart or lose the app state. Hot reloading can be described as a method by which you can make changes to your app source, tell your command-line tool that you want to hot reload, and view the changes within seconds on your device or emulator.
In VS Code, hot reloading can be performed as follows:
Change the You have pushed the button this many times: string to You have clicked the button this many times:. Do not stop your app. Let your app run.
Read now
Unlock full access