mirror of
https://github.com/flutter/flutter.git
synced 2026-02-05 03:09:43 +08:00
The first hot reload does a bunch of work that we used to hide behind the loader screen. This PR changes the messsage printed to the user on the first reload from: 'Performing hot reload...' to: 'Initializing hot reload...' Subsequent reloads say 'Performing hot reload...'
Flutter tools
Tools for building Flutter applications.
To run the tests, ensure that no devices are connected and run:
pub get
FLUTTER_ROOT=$PWD/../.. dart --checked test/all.dart