flutter/dev/integration_tests/module_host_with_custom_build_v2_embedding
Kishan Dhankecha 2867ac7885
Added missing code block language in docs (#147481)
- added language for all code blocks
- replaced `bash` or `shell` with `sh` for consistency.
- added `sh` and `console` in the GitHub template link generator.
- updated test for GitHub template.
2024-05-01 14:44:27 +00:00
..
app Update android templates to use target sdk 34 (#144641) 2024-03-06 19:15:07 +00:00
gradle/wrapper [Android] Bump template & integration test Gradle version to 7.6.4 (#139276) 2023-12-07 18:31:20 +00:00
build.gradle [deps] update Android SDK to 34 (#138183) 2023-12-14 00:55:57 +00:00
gradle.properties Restore log dumps for gradle OOM crashes, and set a value for MaxMetaspaceSize (#143085) 2024-02-07 19:25:39 +00:00
README.md Added missing code block language in docs (#147481) 2024-05-01 14:44:27 +00:00
settings.gradle License update (#45373) 2019-11-27 15:04:02 -08: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.