flutter/packages/flutter_tools
John McCutchan 2c1bb355dd Do less file system crawling when we have the Dart dependency set (#9424)
- [x] Skip scanning the file system if we already have the Dart dependency set.

Fixes #9376

```
Performing hot reload...
Reloaded 1 of 418 libraries in 888ms.

Performing hot reload...
Reloaded 1 of 418 libraries in 871ms.

** UNTAR dragontail under project root **
Performing hot reload...
Reloaded 0 of 418 libraries in 443ms.

** UNTAR dragontail under lib/ **
Performing hot reload...
Reloaded 0 of 418 libraries in 385ms.
```
2017-04-17 11:20:04 -07:00
..
bin Support for placing an AOT dylib in the flx. Part of Fuchsia AOT sup… (#9240) 2017-04-06 11:12:12 -07:00
gradle Remove Android support library in Flutter builds. Fixes #9120, #9102, #9121. (#9123) 2017-03-31 09:35:25 -07:00
lib Do less file system crawling when we have the Dart dependency set (#9424) 2017-04-17 11:20:04 -07:00
schema
templates fix issue where Flutter for Android library would disappear (#9404) 2017-04-14 20:27:44 -07:00
test Do less file system crawling when we have the Dart dependency set (#9424) 2017-04-17 11:20:04 -07:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn Fix flutter_tools BUILD.gn dependencies (#9187) 2017-04-04 12:56:06 -07:00
flutter_tools.iml update the IntelliJ metadata files (#9388) 2017-04-14 08:55:26 -07:00
pubspec.yaml Start using @immutable annotations (#9152) 2017-04-14 10:38:58 -07:00
README.md Update test instructions for flutter_tools (#8126) 2017-02-13 21:31:53 -08:00

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