flutter/packages/flutter_tools
Chris Bracken d1d943c754 Add isToolExit, throwsToolExit test matchers (#7869)
Allows for better testing of functions that throw ToolExit to bail out.
2017-02-03 16:51:01 -08:00
..
bin Migrate flutter_tools to use package:platform (#7642) 2017-01-25 16:06:41 -08:00
lib Improved error message for iOS device on a non-Mac host (#7859) 2017-02-03 12:54:07 -08:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates Use FlutterAppDelegate in iOS create template (#7845) 2017-02-02 18:03:56 -08:00
test Add isToolExit, throwsToolExit test matchers (#7869) 2017-02-03 16:51:01 -08:00
tool Increase the strictness of our requiring explicit types (#7585) 2017-01-23 01:04:31 -08:00
BUILD.gn Added missing dependency. (#7651) 2017-01-25 20:23:19 -08:00
flutter_tools.iml Update IML files (#7835) 2017-02-02 15:54:11 -08:00
pubspec.yaml Migrate flutter_tools to use package:platform (#7642) 2017-01-25 16:06:41 -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