blob: 75b2bbaf4ba5581396214960f041c83c02f79c22 [file] [log] [blame] [view]
# Flutter Tools
Tools for building Flutter applications.
Be sure to follow the instructions on
[CONTRIBUTING.md](../../CONTRIBUTING.md) to setup.
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
```