flutter/packages/flutter_tools
Alhaad Gokhale 7b19d08cc3 Use --devtools flag to run_mojo.
That way we can control if we want to use devtools to run on Linux and
also cleanly separate out the two uses.

R=@jamesr
2015-11-09 12:29:07 -08:00
..
bin Port test logic to Dart. 2015-11-09 09:00:49 -08:00
lib Use --devtools flag to run_mojo. 2015-11-09 12:29:07 -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