flutter/packages/flutter_tools
Adam Barth 6e7f575950 flutter start should give better errors when it can't find main
Now we suggest using -t to specify the main Dart file.

Fixes #53
2015-11-09 11:31:11 -08:00
..
bin Port test logic to Dart. 2015-11-09 09:00:49 -08:00
lib flutter start should give better errors when it can't find main 2015-11-09 11:31:11 -08:00
test flutter start should give better errors when it can't find main 2015-11-09 11:31:11 -08:00
tool start a daemon command 2015-11-03 15:58:02 -08:00
pubspec.yaml Rewire the pubspecs to use local paths 2015-11-06 22:46:52 -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