As a mobile developer, one knows the pain of testing applications. Having to build the whole application over and over for every small change one makes. This is tiresome and for a long time since mobile application development became a thing, developers had to deal with it for a long time. It’s simply unacceptable.
Flutter’s Hot-reload feature allows developers to quickly make changes in the code and save the code to inject the new changes to the app. This speeds up the app testing and updating feature because an application doesn’t have to be built over and over again for changes to be viewed on the device.
It’s simply “Save to view changes” , rather than “Build to save changes”.
Comments