README.md 317 Bytes
Newer Older
1
# Flutter Tools
2

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

Luan Nico's avatar
Luan Nico committed
5 6 7
Be sure to follow the instructions on
[CONTRIBUTING.md](../../CONTRIBUTING.md) to setup.

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

11
```shell
12
../../bin/cache/dart-sdk/bin/pub run test
13
```