I am facing a weird problem in android studio while using flutter. I am working on a complicated flutter project which requires some native code, so, am writing some platform code using flutter platform channel(writing for android), whenever I make changes to the code in the android platform and run the app, the code changes does not reflect on the app unless I restart Android studio. What could possibly go wrong?
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
You need to reinstall the app as native doesnt support hot reload like flutter
go to File->invalidate Caches/Restart,
then click on open for editing in Android Studio