Sign in
dart
/
external
/
github.com
/
flutter
/
flutter.git
/
f0871deb3e5847d95eb1ce1a070c82bebcbe453e
/
.
/
dev
/
integration_tests
/
android_host_app
/
README.md
blob: 1523329f41ab0de3817933e0bd0f3fd81c9f27e5 [
file
] [
log
] [
blame
] [
view
]
# Android host app
Android
host app
for
a
Flutter
module
created
using
```
$ flutter create -t module hello
```
and
placed
in
a sibling folder to
(
a clone of
)
the host app
.
Used
by
the
`module_test.dart`
device lab test
.