flutter/packages/flutter_tools/README.md

11 lines
217 B
Markdown
Raw Normal View History

2015-11-05 06:24:53 +00:00
# Flutter tools
2015-07-23 06:46:27 +00:00
2015-10-09 20:19:02 +00:00
Tools for building Flutter applications.
2015-08-08 11:05:32 +00:00
To run the tests, ensure that no devices are connected,
then navigate to `flutter_tools` and execute:
2015-08-08 11:05:32 +00:00
```shell
../../bin/cache/dart-sdk/bin/pub run test
```