hiennguyen92 / flutter_callkit_incoming

Flutter Callkit Incoming
https://pub.dev/packages/flutter_callkit_incoming
MIT License
182 stars 313 forks source link

FlutterCallkitIncoming.activeCalls(): error response data #171

Closed lannes closed 1 year ago

lannes commented 2 years ago

FlutterCallkitIncoming.activeCalls() method not return json readable, it's return gson {a: , b: , c:, d:, e: f:, ...}

cosnomi commented 2 years 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.)

lannes commented 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.)

Thank you very much, I will try it