README.md 217 Bytes
Newer Older
Adam Barth's avatar
Adam Barth committed
1
# Flutter tools
2

3
Tools for building Flutter applications.
Devon Carew's avatar
Devon Carew committed
4

5 6
To run the tests, ensure that no devices are connected,
then navigate to `flutter_tools` and execute:
Devon Carew's avatar
Devon Carew committed
7

8
```shell
9
../../bin/cache/dart-sdk/bin/pub run test
10
```