We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8dcd9a commit fc65e58Copy full SHA for fc65e58
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Changelog
2
+# 0.9.1
3
+- update flutter 3.32
4
+
5
# 0.9.0
6
- Add ios ipa releases
7
- Add User profile
android/app/src/main/AndroidManifest.xml
@@ -38,8 +38,8 @@
38
<meta-data
39
android:name="flutterEmbedding"
40
android:value="2"/>
41
- <meta-data
+ <!-- <meta-data
42
android:name="io.flutter.embedding.android.EnableImpeller"
43
- android:value="false"/>
+ android:value="false"/> -->
44
</application>
45
</manifest>
0 commit comments