Releases: voximplant/flutter_callkit
Releases · voximplant/flutter_callkit
v2.2.0
- Add the native method FlutterCallkitPlugin.reportCallWithUUID to end a CXCall from swift/objc ( #34 )
v2.1.1
- Add ability to recreate a native CXProvider after a CXProvider has been reset
v2.1.0
v2.0.2+2
- Fix formatting issue
v2.0.2+1
- Mention article "How we make Flutter work with CallKit Call Directory" in the README
v2.0.2
- Resolve issue that causes exception throw when
FlutterCallkitPlugin.sharedInstance.reportNewIncomingCall
called withoutCXHandleinstance
v2.0.1
- Add default values to FCXCallUpdate constructor
v2.0.0 - Null safety
- Migrate to null safety
- Log output formatting improved
- Minimum Dart SDK version changed to 2.12.0
- Minor internal improvements
v1.2.0+5
- Add icon template image to example app
v1.2.0+4
- Move uuid dependency to example/pubspec
- Move uuid dependency to dev_dependencies
- Update uuid dependency to ^3.0.1