flutter/packages/flutter_tools
John McCutchan 26432eba30 Boot the application directly even when hot reloading. (#6948)
- [x] Remove the two stage initial boot process.
- [x] Remove the loader screen app.
- [x] Don't report reload times for the initial reload because we are
switching from a snapshot to source and that will always be worst case.
2016-11-22 14:16:20 -08:00
..
bin Refactor flutter command exit code - part 2 (#6817) 2016-11-13 22:09:03 -05:00
lib Boot the application directly even when hot reloading. (#6948) 2016-11-22 14:16:20 -08:00
schema add services to schema 2016-03-30 12:20:55 -07:00
templates Added comment for INTERNET permission in Android manifest (#6835) 2016-11-17 15:04:57 -08:00
test Add delay between writing file and modifying it (#6968) 2016-11-21 20:17:41 -08:00
tool add a restart command to the daemon protocol (#4385) 2016-06-07 12:13:35 -07:00
BUILD.gn Drop dependency on http since it doesn't work when building for Fuchsia (#6914) 2016-11-17 16:01:28 -08:00
flutter_tools.iml Update IML files 2016-10-14 09:58:48 -07:00
pubspec.yaml Revert "update vm_service_client to 0.2.2+4" (#6918) 2016-11-17 19:54:53 -08:00
README.md Simplify README 2015-11-04 22:24:53 -08:00

Flutter tools

Tools for building Flutter applications.

To run the tests:

  • pub get
  • pub run test