File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 2.0.2
2+ - Resolve issue that causes exception throw when ` FlutterCallkitPlugin.sharedInstance.reportNewIncomingCall `
3+ called without ` CXHandle ` instance
4+
15## 2.0.1
26- Add default values to FCXCallUpdate constructor
37
Original file line number Diff line number Diff line change 11PODS:
22 - Flutter (1.0.0)
3- - flutter_callkit_voximplant (2.0.1 ):
3+ - flutter_callkit_voximplant (2.0.2 ):
44 - Flutter
55
66DEPENDENCIES:
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515
1616SPEC CHECKSUMS:
1717 Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
18- flutter_callkit_voximplant: 0c779a87bb636fa0ababbbdbf622c9e110f33d1f
18+ flutter_callkit_voximplant: 760073bcaf08bc6f0a2560e4cc151e24d8a2d47a
1919
2020PODFILE CHECKSUM: 8e679eca47255a8ca8067c4c67aab20e64cb974d
2121
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'flutter_callkit_voximplant'
7- s . version = '2.0.1 '
7+ s . version = '2.0.2 '
88 s . summary = 'Flutter SDK for CallKit integration to Flutter applications on iOS'
99 s . homepage = 'https://github.com/voximplant/flutter_callkit'
1010 s . license = { :type => 'MIT' ,
Original file line number Diff line number Diff line change 11name : flutter_callkit_voximplant
22description : Flutter SDK for CallKit integration to Flutter applications on iOS
3- version : 2.0.1
3+ version : 2.0.2
44homepage : https://github.com/voximplant/flutter_callkit
55repository : https://github.com/voximplant/flutter_callkit
66
You can’t perform that action at this time.
0 commit comments