top of page
Search

Flutter #2 : Hot Reload

  • Writer: Samuel Baraka
    Samuel Baraka
  • Mar 9, 2019
  • 1 min read

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



 
 
 

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


+254797301429

©2019 by Vercetti. Proudly created with Wix.com

bottom of page