What is Hot Reload and Hot Restart?
| Feature | Hot Reload | Hot Restart |
|---|---|---|
| Description | Updates code changes instantly without restarting the app | Restarts the app and rebuilds widget tree |
| Keeps State? | Yes | No |
| Use Case | UI changes | Logic changes affecting state initialization |
Comments
Post a Comment