Unverified Commit fb95fcba authored by Michael Thomsen's avatar Michael Thomsen Committed by GitHub

Fully rename to hot restart (#17897)

* Fully rename to hot restart

Follow-up change to https://github.com/flutter/flutter/commit/f48dec570c899d8e222f5b3b7cbebd7d19fe6843

* Review feedback
parent bae78a6f
...@@ -717,9 +717,9 @@ class HotRunner extends ResidentRunner { ...@@ -717,9 +717,9 @@ class HotRunner extends ResidentRunner {
const String bold = '\u001B[0;1m'; const String bold = '\u001B[0;1m';
const String reset = '\u001B[0m'; const String reset = '\u001B[0m';
printStatus( printStatus(
'$fire To hot reload your app on the fly, press "r". To restart the app entirely, press "R".', '$fire To hot reload changes while running, press "r". To hot restart (and rebuild state), press "R".',
ansiAlternative: '$red$fire$bold To hot reload your app on the fly, ' ansiAlternative: '$red$fire$bold To hot reload changes while running, press "r",'
'press "r". To restart the app entirely, press "R".$reset' 'To hot restart (and rebuild state), press "R".$reset'
); );
for (FlutterDevice device in flutterDevices) { for (FlutterDevice device in flutterDevices) {
final String dname = device.device.name; final String dname = device.device.name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment