Fully rename to hot restart (#17897)

* Fully rename to hot restart

Follow-up change to f48dec570c

* Review feedback
This commit is contained in:
Michael Thomsen 2018-05-25 23:10:16 +02:00 committed by GitHub
parent bae78a6f73
commit fb95fcbae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -717,9 +717,9 @@ class HotRunner extends ResidentRunner {
const String bold = '\u001B[0;1m';
const String reset = '\u001B[0m';
printStatus(
'$fire To hot reload your app on the fly, press "r". To restart the app entirely, press "R".',
ansiAlternative: '$red$fire$bold To hot reload your app on the fly, '
'press "r". To restart the app entirely, press "R".$reset'
'$fire To hot reload changes while running, press "r". To hot restart (and rebuild state), press "R".',
ansiAlternative: '$red$fire$bold To hot reload changes while running, press "r",'
'To hot restart (and rebuild state), press "R".$reset'
);
for (FlutterDevice device in flutterDevices) {
final String dname = device.device.name;