Skip to content

Commit 4a443a6

Browse files
committed
Remove default Impeller meta-data from Android config
Eliminates the pre-configured 'io.flutter.embedding.android.EnableImpeller' meta-data from both the CLI implementation and documentation, reflecting updated defaults for Android publishing.
1 parent 398d5f7 commit 4a443a6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

sdk/python/packages/flet-cli/src/flet_cli/commands/flutter_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ def setup_template_data(self):
908908
"android.software.leanback": False,
909909
"android.hardware.touchscreen": False,
910910
}
911-
android_meta_data = {"io.flutter.embedding.android.EnableImpeller": "false"}
911+
android_meta_data = {}
912912

913913
# merge values from "--permissions" arg:
914914
for p in (

sdk/python/packages/flet/docs/publish/android.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,6 @@ And it will be translated accordingly into this in the `AndroidManifest.xml`:
375375
</application>
376376
```
377377
378-
Below are default/pre-configured meta-data:
379-
380-
- `"io.flutter.embedding.android.EnableImpeller" = false`
381-
382378
### Features
383379
384380
A hardware or software feature that is used by the application.

0 commit comments

Comments
 (0)