flutter/packages/flutter_tools
Chris Bracken 2bbc028313 Add touchesBegan handler to iOS AppDelegate template (#7822)
By default, pass status bar taps to the root view controller in
generated Flutter apps. Developers should customise as necesary if they
later create one or more alternate FlutterViewControllers that they'd
like to forward these to.
2017-02-02 12:50:01 -08:00
..
bin Migrate flutter_tools to use package:platform (#7642) 2017-01-25 16:06:41 -08:00
lib Do not print logs whose timestamp is equal to the last timestamp seen (#7827) 2017-02-02 12:48:53 -08:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates Add touchesBegan handler to iOS AppDelegate template (#7822) 2017-02-02 12:50:01 -08:00
test Add doctor check for Python 'six' module (#7807) 2017-02-01 18:22:07 -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 Add CupertinoSwitch (#7326) 2017-01-03 22:11:35 -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