Skip to content

Releases: voximplant/flutter_callkit

v1.2.0+3

01 Mar 10:11

Choose a tag to compare

  • Add FCX prefix for internal iOS MethodType category

v1.2.0+2

26 Feb 15:34

Choose a tag to compare

  • Add documentation for UUID uppercasing behavior. #7
  • Fix README examples with .sharedInstance access to iOS FlutterCallkitPlugin. #6

v1.2.0+1

14 Jan 10:06

Choose a tag to compare

  • Code formatted according to dartfmt

v1.2.0 - CallDirectory App Extension support

14 Jan 09:43

Choose a tag to compare

It is now possible to integrate a Flutter application with the iOS CallDirectory App Extension,
to block and identify incoming calls!

  • FCXCallDirectoryManager API added
  • FCXPlugin_CallDirectoryExtension CallDirectory helper API added along
    with the FCXCallDirectoryPhoneNumber and FCXIdentifiablePhoneNumber
  • FlutterCallkitPlugin.sharedInstance API added (iOS native code)
  • FlutterCallkitPlugin.hasCallWithUUID API changed to be an instance method
  • FlutterCallkitPlugin.reportNewIncomingCallWithUUID API 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

13 Jan 15:17

Choose a tag to compare

  • Fix for a bug that might cause CXStartCallAction report to fail with unknown error
  • README.md improvements

v1.1.1

29 Dec 16:58

Choose a tag to compare

  • README.md improvements (thank you VictorUvarov)
  • FCXStartCallAction.contactIdentifier and FCXStartCallAction.video parameters no longer ignored in native iOS code

v1.1.0+3

20 Oct 18:58

Choose a tag to compare

  • LICENSE warning fix
  • Code formatted according to dartfmt
  • uuid dependency upgrade

v.1.1.0+2

10 Aug 18:19

Choose a tag to compare

  • Xcode 11.4+ support added
  • Code formatted according to dartfmt
  • Version of Flutter rise to >=1.20.0

v1.1.0+1

06 May 08:42

Choose a tag to compare

  • Nullability annotations added in native plugin API, to correctly work with Swift
  • Handling push notifications example on Swift added

v1.1.0

09 Apr 07:18

Choose a tag to compare

'FlutterCallkitPlugin.hasCallWithUUID:' API added in iOS code