What is Hot Reload and Hot Restart?

 

FeatureHot ReloadHot Restart
DescriptionUpdates code changes instantly without restarting the appRestarts the app and rebuilds widget tree
Keeps State?YesNo
Use CaseUI changesLogic changes affecting state initialization

Comments

Popular posts from this blog

1. What is Flutter?

What is FutureBuilder and StreamBuilder?