flutter/packages/flutter_tools
Jason Simmons ffe5851eb7 Do not throw if a hot reload is attempted when all Flutter instances on the device have been stopped (#11504)
This can happen if an Android host app has been paused but its process is still running
2017-08-03 13:09:10 -07:00
..
bin Add missing context bits to Fuchsia tools. (#10891) 2017-06-21 14:03:13 -07:00
gradle Support for custom build types on Android (#11354) 2017-07-31 13:57:24 +02:00
lib Do not throw if a hot reload is attempted when all Flutter instances on the device have been stopped (#11504) 2017-08-03 13:09:10 -07:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates Make plugins add their repos to projects in the consuming app (#11447) 2017-07-31 14:51:09 +02:00
test Revert "Skip AOT snapshot build if inputs are unchanged" (#11463) 2017-08-01 16:46:24 -07:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn Use the correct set of options to analyze Flutter packages. (#9758) 2017-05-05 17:18:58 -07:00
flutter_tools.iml flutter test: add --machine flag (#10520) 2017-06-13 13:26:32 -07:00
pubspec.yaml Declare missing dependencies in pubspec (#11217) 2017-07-13 17:29:52 -07:00
README.md Add test of flutter create --plugin (#9459) 2017-04-19 00:00:39 +02:00

Flutter tools

Tools for building Flutter applications.

To run the tests, ensure that no devices are connected, then navigate to flutter_tools and execute:

../../bin/cache/dart-sdk/bin/pub run test