Sign in
dart
/
external
/
github.com
/
flutter
/
flutter.git
/
ee396272d3263eec46c94bb1fa00cd2ca72dd1e7
/
.
/
packages
/
flutter_tools
/
README.md
blob: 448faeca69dee519da5fcf352cd2c78f9d0e8a8f [
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
```