Closed lannes closed 1 year ago
This issue can be resolved by #83. In my case, adding -keep class com.hiennv.flutter_callkit_incoming.** { *; }
in proguard-rules.pro solved the issue.
It might be helpful to have this config in README.me. (I spent hours to find this.)
This issue can be resolved by #83. In my case, adding
-keep class com.hiennv.flutter_callkit_incoming.** { *; }
in proguard-rules.pro solved the issue. It might be helpful to have this config in README.me. (I spent hours to find this.)
Thank you very much, I will try it
FlutterCallkitIncoming.activeCalls()
method not return json readable, it's return gson {a: , b: , c:, d:, e: f:, ...}