flutter/packages/flutter_tools
2017-05-04 14:48:41 -07:00
..
bin Get rid of unnecessary flutter_root argument. (#9622) 2017-04-27 09:10:48 -07:00
gradle Remove Android support library in Flutter builds. Fixes #9120, #9102, #9121. (#9123) 2017-03-31 09:35:25 -07:00
lib Handle missing directories in the flutter doctor IntelliJ check (#9812) 2017-05-04 14:48:41 -07:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates Let (almost) all flutter create CocoaPods references be dynamically generated later (#9791) 2017-05-04 12:26:58 -07:00
test Make DeviceDomain echo a msg if doctor says it can't list anything (#9749) 2017-05-03 16:12:08 -07:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn Added a simple test runner for Fuchsia. (#9461) 2017-04-20 14:18:24 -07:00
flutter_tools.iml IntelliJ metadata cleanup (flutter-intellij#914). (#9427) 2017-04-17 13:42:31 -07:00
pubspec.yaml move collection to dev dependency (#9613) 2017-04-26 10:38:11 -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