12 lines
381 B
Prolog
12 lines
381 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.** { *; }
|
||
|
-dontwarn io.flutter.embedding.**
|
||
|
|
||
|
## Flutter WebRTC
|
||
|
-keep class com.cloudwebrtc.webrtc.** { *; }
|
||
|
-keep class org.webrtc.** { *; }
|