blob: 69c330bc4c83f14ab97ca7168a4a8ae16109b43f [file] [log] [blame] [view]
# Flutter tools
Tools for building Flutter applications.
To run the tests, ensure that no devices are connected,
then navigate to `flutter_tools` and execute:
```shell
DART_VM_OPTIONS=--assert-initializer ../../bin/cache/dart-sdk/bin/pub run test
```