top of page
Search
Writer's pictureSamuel Baraka

Flutter #2 : Hot Reload


This shows how the code is saved to view changes on the device
Hot Reload

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”.



52 views0 comments

Recent Posts

See All

Welcome to My Website

Hello there, I,m Samuel Baraka Bushuru, I'm a Software Developer, I develop Software ranging from Mobile Applications on IOS and...

Comments


bottom of page