README.md 221 Bytes
Newer Older
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 -j1
10
```