Impeller
Ref: https://docs.flutter.dev/perf/impeller
- since performance issues with impeller, to
Disable on ios
flutter run --no-enable-impellerDevice config
To disable Impeller on iOS when deploying your app, add the following tags under the top-level
tag in your app’s Info.plist file. <key>FLTEnableImpeller</key> <false />
- Automatically disabled.
- “As of Flutter 3.16, Impeller is available behind a flag on Android devices that support Vulkan.”