README.md 198 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
To run the tests, ensure that no devices are connected and run:
Devon Carew's avatar
Devon Carew committed
6

7 8 9 10
```shell
pub get
FLUTTER_ROOT=$PWD/../.. dart --checked test/all.dart
```