Closed
Description
Extracting some discussion items out of #3554 for release tracking.
- Let the AndroidX setting follow the parent project's AndroidX setting P1
- Just do include_flutter.groovy for now P1
- The auto integration probably needs to add compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
} to the host app's build.gradle too P1 Use Build Variants view to control Flutter build mode #4134 - Resurface the flutter attach button in the toolbar P1
- Let the user choose the directory when creating new modules P2 Use Build Variants view to control Flutter build mode #4134
- Choose the debug/profile/release mode of the AAR built when building an AAR from the menu ** P2 ** Done via Build AAR for all build variants by default flutter#44797
- If only one Flutter fun config exists then the Flutter attach button is active even if it is not selected P2 Use Build Variants view to control Flutter build mode #4134
And when flutter/flutter#32999 makes it in:
- Let flutter attach monitoring start as soon as the Android host app is launched to allow hot reload on Dart file save when the user navigates into the Flutter screen. P2