Comment on Ready for Production Apps: Flutter Beta 3parentComments−eklavya8yYou don’t have to reload manually. Reloads automatically, make sure you have turned on reload on save in vs code or something similar in IntelliJ.−ma2rten8yI see. I am using vim + commandline.−yorwba8yYou could try writing a shell script using inotifywait to look for changes and then notify the program that it needs to reload the code.
Comments
You don’t have to reload manually. Reloads automatically, make sure you have turned on reload on save in vs code or something similar in IntelliJ.
I see. I am using vim + commandline.
You could try writing a shell script using inotifywait to look for changes and then notify the program that it needs to reload the code.