flutter_call_kit icon indicating copy to clipboard operation
flutter_call_kit copied to clipboard

_performAnswerCallAction not called

Open ravivlb opened this issue 4 years ago • 3 comments

When answering the call, I have to implement my own flow. but the event not calling back.

Please help to resolve this.

ravivlb avatar Apr 04 '20 13:04 ravivlb

@ravivlb Do you use the latest version?

yukitaka13-1110 avatar May 06 '20 15:05 yukitaka13-1110

Latest version only. I have to retry again.

ravivlb avatar May 07 '20 05:05 ravivlb

@ravivlb Dart pub's latest version is v0.0.2. https://github.com/peerwaya/flutter_call_kit/blob/master/CHANGELOG.md So you should write in pubspec.yaml like the following.

flutter_call_kit:
    git:
      url: git://github.com/peerwaya/flutter_call_kit.git
      ref: master

yukitaka13-1110 avatar May 08 '20 06:05 yukitaka13-1110