flutter/packages/flutter_tools/README.md

14 lines
317 B
Markdown
Raw Normal View History

# Flutter Tools
2015-07-23 06:46:27 +00:00
2018-11-19 17:11:40 +00:00
Developer tools for building Flutter applications.
2015-08-08 11:05:32 +00:00
Be sure to follow the instructions on
[CONTRIBUTING.md](../../CONTRIBUTING.md) to setup.
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
```