We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfdd40 commit 03cd66cCopy full SHA for 03cd66c
android/app/proguard-rules.pro
@@ -1,9 +1,6 @@
1
-#Flutter Wrapper
2
--keep class io.flutter.app.** { *; }
+# Flutter Wrapper
3
-keep class io.flutter.plugin.** { *; }
4
-keep class io.flutter.util.** { *; }
5
-keep class io.flutter.view.** { *; }
6
--keep class io.flutter.** { *; }
7
-keep class io.flutter.plugins.** { *; }
8
--keep class de.prosiebensat1digital.** { *; }
9
--dontwarn io.flutter.embedding.**
+-keep class de.prosiebensat1digital.** { *; }
0 commit comments