Hot Reload Not Working - Updated Flutter & Dart with Android Studio 3.6.3

2,632 views
Skip to first unread message

Vikram S Sangotra

unread,
Apr 30, 2020, 8:43:13 AM4/30/20
to Flutter Development (flutter-dev)
Hello,

Hot Reload is not working for updated Flutter & Dart with Android Studio 3.6.3. Every time I have to Stop (CTRL F2) & have to RUN (Shift F10) to get the small little changes that I have. done. Attached screenshot for settings.

Please advise.

TIA
Vikram
Web 1920 – 1.png

Souvik Dutta

unread,
Apr 30, 2020, 9:06:32 AM4/30/20
to Vikram S Sangotra, Flutter Development (flutter-dev)
Have a look at the second answer and see if this works for you. https://stackoverflow.com/questions/54284047/vscode-hot-reload-for-flutter-does-not-work

--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/4edcd33b-6701-4bd9-a493-afa8d101ec3e%40googlegroups.com.

Vikram S Sangotra

unread,
May 1, 2020, 12:50:47 AM5/1/20
to Flutter Development (flutter-dev)


On Thursday, 30 April 2020 18:36:32 UTC+5:30, Souvik Dutta wrote:
Have a look at the second answer and see if this works for you. https://stackoverflow.com/questions/54284047/vscode-hot-reload-for-flutter-does-not-work

On Thu, 30 Apr, 2020, 6:13 pm Vikram S Sangotra, <trivi...@gmail.com> wrote:
Hello,

Hot Reload is not working for updated Flutter & Dart with Android Studio 3.6.3. Every time I have to Stop (CTRL F2) & have to RUN (Shift F10) to get the small little changes that I have. done. Attached screenshot for settings.

Please advise.

TIA
Vikram

--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutt...@googlegroups.com.


I tried all the options suggested on Stack. Have changed 1024kbs of Buffer to 6000kbs - but no luck. Please advise.

TIA
Vikram 

Vikram S Sangotra

unread,
May 2, 2020, 6:20:15 AM5/2/20
to Flutter Development (flutter-dev)
I have even updated SDK and tried all other suggested solutions - but no luck. This is really frustrating one. Please advise.

TIA
Vikram

Igor Karelin

unread,
May 2, 2020, 6:23:31 AM5/2/20
to Flutter Development (flutter-dev)
Try to upgrade flutter. Or you can try to run your app from terminal and see what's going wrong.
$ flutter run -v

Vikram S Sangotra

unread,
May 3, 2020, 1:14:25 AM5/3/20
to Flutter Development (flutter-dev)
Hello again,


I tried all the suggested solutions - increased heap load, ram, terminal commands and what not. But no luck. I just noticed it is working fine with other projects.


Performing hot reload...
Syncing files to device Android SDK built for x86...
Reloaded 1 of 462 libraries in 932ms.


But not on the project I am working on:
Performing hot reload...
Syncing files to device Android SDK built for x86...
Reloaded 0 of 516 libraries in 1,302ms. 


This is killing me... Its been 4 days & I am held up. Please help me....


TIA
Vikram

Souvik Dutta

unread,
May 3, 2020, 1:57:52 AM5/3/20
to Vikram S Sangotra, Flutter Development (flutter-dev)
Then probably either your changes are not being detected or you are not making any changes. Can you say exactly what changes you are making? 'Cause some changes don't appear by doing a hot reload but only appear when doing a hot restart.

Souvik flutter dev

--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/4a6932ad-deb1-41e8-8bdc-125985db21b9%40googlegroups.com.

Suzuki Tomohiro

unread,
May 3, 2020, 8:30:51 AM5/3/20
to Flutter Development (flutter-dev)
That’s good information. From the message, I guess hot reloaded are working fine, but you’re using StatefulWidgets. The state in StatefulWidgets are not reloaded by hot reload. 

--
Reply all
Reply to author
Forward
0 new messages