flutter/packages/flutter_tools/README.md
2018-01-10 14:31:28 -08:00

11 lines
217 B
Markdown

# Flutter tools
Tools for building Flutter applications.
To run the tests, ensure that no devices are connected,
then navigate to `flutter_tools` and execute:
```shell
../../bin/cache/dart-sdk/bin/pub run test
```