mirror of
https://github.com/Ujwal223/FocusGram.git
synced 2026-05-28 17:51:28 +02:00
25 lines
730 B
Prolog
25 lines
730 B
Prolog
# Flutter Wrapper
|
|
-keep class io.flutter.app.** { *; }
|
|
-keep class io.flutter.plugin.** { *; }
|
|
-keep class io.flutter.util.** { *; }
|
|
-keep class io.flutter.view.** { *; }
|
|
-keep class io.flutter.** { *; }
|
|
-keep class io.flutter.plugins.** { *; }
|
|
|
|
# flutter_local_notifications
|
|
-keep class com.dexterous.flutterlocalnotifications.** { *; }
|
|
-keep class com.google.firebase.messaging.** { *; }
|
|
-dontwarn com.google.firebase.messaging.**
|
|
|
|
# webview_flutter
|
|
-keep class io.flutter.plugins.webviewflutter.** { *; }
|
|
|
|
# Keystore and common
|
|
-keep class com.ujwal.focusgram.** { *; }
|
|
|
|
# Avoid stripping JS bridge names
|
|
-keepattributes JavascriptInterface
|
|
-keepclassmembers class * {
|
|
@android.webkit.JavascriptInterface <methods>;
|
|
}
|