flutter/packages/flutter_tools
2017-03-15 18:30:55 +01:00
..
bin Make only Flutter.framework files read-only (#8766) 2017-03-14 09:31:31 -07:00
gradle Put Gradle output in build/ (#8759) 2017-03-15 10:53:22 +01:00
lib prefer_initializing_formals (#8797) 2017-03-15 18:30:55 +01:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates Put Gradle output in build/ (#8759) 2017-03-15 10:53:22 +01:00
test Make tests more hermetic. (#8765) 2017-03-14 10:28:56 -07:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn remove unneded deps to pub_semver (#8688) 2017-03-09 12:57:56 -08:00
flutter_tools.iml Update IML files (#7835) 2017-02-02 15:54:11 -08:00
pubspec.yaml Bump mockito to version 2.0.2 (#8713) 2017-03-10 13:53:22 -08: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