mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
11 lines
221 B
Markdown
11 lines
221 B
Markdown
# 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
|
|
../../bin/cache/dart-sdk/bin/pub run test -j1
|
|
```
|