useHybridComposition property
Set to false
to disable Flutter Hybrid Composition. The default value is true
.
Hybrid Composition is supported starting with Flutter v1.20+.
NOTE for Android native WebView: It is recommended to use Hybrid Composition only on Android 10+ for a release app, as it can cause framerate drops on animations in Android 9 and lower (see Hybrid-Composition#performance).
Officially Supported Platforms/Implementations:
- Android native WebView
Implementation
bool? useHybridComposition;