Sign in
dart
/
external
/
github.com
/
flutter
/
flutter.git
/
12bbaba9ae044d0ea77da4dd5e4db15eed403f09
/
.
/
packages
/
flutter_tools
/
README.md
blob: a216eee97f39781dde959d53b9282393a84ebfb7 [
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
../../bin/cache/dart-sdk/bin/pub run test -j1
```