flutter/packages/flutter_tools
Jeff R. Allen c8c2d23f26 Avoid use of run-as
Issue #1988 results from run-as not working on some phones,
because of Android issue 58373.

This change removes the need for run-as for running
"flutter start". It is still needed for tracing.
2015-11-07 15:28:01 +06:00
..
bin Remove the --http option 2015-11-06 20:17:24 -08:00
lib Avoid use of run-as 2015-11-07 15:28:01 +06:00
test Remove the --http option 2015-11-06 20:17:24 -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