Dart-code: How to do full reload?

Created on 31 Mar 2018  路  6Comments  路  Source: Dart-Code/Dart-Code

Hi,
I know i can do reload but i cant find the command to do a full reload like Command + capital "R" on terminal

Thanx
Alvin

is question

Most helpful comment

Hello! This is a common question because we can't currently show two buttons on the toolbar (please 馃憤 on https://github.com/Microsoft/vscode/issues/45116 to support this!).

It's bound to Ctrl+F5 by default (though you can modify this in the VS Code settings) and also in the command palette as Flutter: Full Restart. Some more info here:

Hope this helps!

All 6 comments

Hello! This is a common question because we can't currently show two buttons on the toolbar (please 馃憤 on https://github.com/Microsoft/vscode/issues/45116 to support this!).

It's bound to Ctrl+F5 by default (though you can modify this in the VS Code settings) and also in the command palette as Flutter: Full Restart. Some more info here:

Hope this helps!

I've also added this to the FAQ, thanks!

https://dartcode.org/faq/#how-do-i-perform-a-full-restart-of-my-flutter-app

Ctrl+F5- Full Restart (when debugging Flutter apps and in a debug session)

... was the answer, thnx

Full Restart

not in the key bindings anymore and

Hot Restart

doesn't even update the button colour change :( ( Fullter version 1.0.0, iPhone X Simulator, Mac OS ).
For every small changes, need to stop and start the debugger... v.painful
... This is only happening to additional pages. it works on main page. I have raised as issue here: https://github.com/flutter/flutter/issues/26491

@Dhana-Krishnasamy Looks like you found your issue (an extra slash) and an issue has been opened for improving that (https://github.com/dart-lang/sdk/issues/35645). I presume this means you're unblocked for now but let me know if you're still stuck!

yes, its solved now, thanks

Was this page helpful?
0 / 5 - 0 ratings