mirror of
https://github.com/flutter/flutter.git
synced 2026-01-19 20:22:03 +08:00
We should always target the newest, and 34 is the newest. This isn't a requirement yet (like it is for 33+) but presumably it will be made required in the nearish future.
Android custom 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_custom_host_app_name_test.dart device lab test.