Releases: voximplant/flutter_callkit
Releases · voximplant/flutter_callkit
v1.2.0+3
- Add FCX prefix for internal iOS MethodType category
v1.2.0+2
v1.2.0+1
- Code formatted according to dartfmt
v1.2.0 - CallDirectory App Extension support
It is now possible to integrate a Flutter application with the iOS CallDirectory App Extension,
to block and identify incoming calls!
FCXCallDirectoryManagerAPI addedFCXPlugin_CallDirectoryExtensionCallDirectory helper API added along
with theFCXCallDirectoryPhoneNumberandFCXIdentifiablePhoneNumberFlutterCallkitPlugin.sharedInstanceAPI added (iOS native code)FlutterCallkitPlugin.hasCallWithUUIDAPI changed to be an instance methodFlutterCallkitPlugin.reportNewIncomingCallWithUUIDAPI changed to be an instance method- Example app improved with Cupertino widgets
- Example app integrated with iOS CallDirectory App Extension
- CallDirectory App Extension integration guide added
v1.1.2
- Fix for a bug that might cause
CXStartCallActionreport to fail with unknown error - README.md improvements
v1.1.1
- README.md improvements (thank you VictorUvarov)
FCXStartCallAction.contactIdentifierandFCXStartCallAction.videoparameters no longer ignored in native iOS code
v1.1.0+3
- LICENSE warning fix
- Code formatted according to dartfmt
- uuid dependency upgrade
v.1.1.0+2
v1.1.0+1
- Nullability annotations added in native plugin API, to correctly work with Swift
- Handling push notifications example on Swift added
v1.1.0
'FlutterCallkitPlugin.hasCallWithUUID:' API added in iOS code