flutter/packages/flutter_tools
Adam Barth c7e00449a8 Make it possible to run tests outside the Flutter repo
This patch still requires a locally built engine. I'll remove the need for a
locally built engine in a future patch.

Fixes #278
2015-11-23 13:42:04 -08:00
..
bin Rename sky_tools to flutter_tools 2015-11-10 13:20:35 -08:00
lib Make it possible to run tests outside the Flutter repo 2015-11-23 13:42:04 -08:00
test Import path.dart as path rather than p 2015-11-17 22:44:54 -08:00
tool Make the analyzer actually work. 2015-11-12 15:41:04 -08:00
pubspec.yaml Rename sky_tools to flutter_tools 2015-11-10 13:20:35 -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