Sign in
dart
/
external
/
github.com
/
flutter
/
flutter.git
/
470db7d96eebcd03f4e33e1f31aa1dc7fe783e5f
/
.
/
packages
/
flutter_tools
/
README.md
blob: 9c091436f9443230c5efa765e553f400777ef3d4 [
file
] [
view
]
# Flutter tools
Tools
for
building
Flutter
applications
.
To
run the tests
,
ensure
that
no
devices are connected
and
run
:
```shell
pub get
FLUTTER_ROOT=$PWD/../.. dart --checked test/all.dart
```