Reapply "chore: bump flutter version"

mod: disable impeller, ref Kazumi

This reverts commit fe2b4f6735.
This commit is contained in:
bggRGjQaUbCoE
2024-12-25 16:31:09 +08:00
parent a7fb8f6007
commit f6406f47a6
7 changed files with 66 additions and 54 deletions

View File

@@ -63,6 +63,10 @@
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme"
/>
<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="false"
/>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>