flutter/packages/flutter_tools
Ian Hickson dc634e195e Introduce the concept of asynchronicity to the service extensions. (#7823)
This allows us, for example, to wait for the slow mode banner to have
been removed from the screen before triggering a screen shot.
2017-02-02 15:48:35 -08:00
..
bin Migrate flutter_tools to use package:platform (#7642) 2017-01-25 16:06:41 -08:00
lib Introduce the concept of asynchronicity to the service extensions. (#7823) 2017-02-02 15:48:35 -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 Introduce the concept of asynchronicity to the service extensions. (#7823) 2017-02-02 15:48:35 -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