flutter/dev/integration_tests/module_host_with_custom_build
2019-09-25 09:02:15 -07:00
..
app Revert "Revert "Use AndroidX in new projects by default (#40925)" (#40995)" (#41001) 2019-09-24 16:55:09 -07:00
gradle/wrapper Allow flavors and custom build types in host app (#36805) 2019-07-29 09:26:41 -07:00
build.gradle Allow flavors and custom build types in host app (#36805) 2019-07-29 09:26:41 -07:00
gradle.properties Migrate examples and tests to AndroidX (#41251) 2019-09-25 09:02:15 -07:00
README.md Allow flavors and custom build types in host app (#36805) 2019-07-29 09:26:41 -07:00
settings.gradle Allow flavors and custom build types in host app (#36805) 2019-07-29 09:26:41 -07:00

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_host_with_custom_build_test.dart device lab test.