To hot reload a Flutter app:
Read moreHow do I restart a program programmatically?
You basically only have to call: ProcessPhoenix. triggerRebirth(context); The library will automatically finish the calling activity, kill the application process and restart the default application activity afterwards.
Read more