I have a question about Flutter. In the application I made myself, log in from the login page and display the next page, When I edit main.dart and save it, it returns to the first page. Is it by specification that hot reload should return to the first page instead of working for the current page?
Added 4/18 10:15 JST.
After isolating the cause, it became HotRestart when the device was chrome. If the device is windows, it became HotReload.
Is HotReload not supported in chrome?