Web preview for Flutter apps in Firebase Studio should support stateful hot reload
When I made a change to my Flutter code in Firebase Studio, the web preview perform a full reload - which loses the state of the app and takes multiple seconds.
It would be good if it did (or had an option to do) a hot reload for the web preview, so that the state was maintained and the reload would be sub-second.
1
vote