-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listplatform-androidAndroid applications specificallyAndroid applications specificallyplatform-views: hcppIssues which affect the HCPP platform views backendIssues which affect the HCPP platform views backendteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Description
It is currently possible to use the EnableSurfaceControl flag to do this, though that flag is subject to change:
flutter/dev/integration_tests/android_engine_test/android/app/src/main/AndroidManifest.xml
Line 37 in 238db35
| <meta-data android:name="io.flutter.embedding.android.EnableSurfaceControl" android:value="false" /> |
Feature flags are easier for app developers to use. We should enable opting in via a feature flag.
See
https://github.com/flutter/flutter/blob/master/docs/contributing/Feature-flags.md#adding-a-flag
https://docs.flutter.dev/tools/pubspec#config
And an example PR
https://github.com/flutter/flutter/pull/172478/files#diff-0ded384225f19a4c34d43c7c11f7cb084ff3db947cfa82d8d52fc94c112bb2a7
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listplatform-androidAndroid applications specificallyAndroid applications specificallyplatform-views: hcppIssues which affect the HCPP platform views backendIssues which affect the HCPP platform views backendteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team