Skip to content

Releases: voximplant/flutter_callkit

v2.1.0

17 Jun 16:11
93c0ccc
Compare
Choose a tag to compare
  • Remove ‘android’ folder to fix flutter project build for android with flutter version >= 2.0.0 #26
  • Flutter version rise to >=2.0.0
  • Dart version rise to >=2.12.2

v2.0.2+2

07 Jul 11:06
Compare
Choose a tag to compare
  • Fix formatting issue

v2.0.2+1

07 Jul 10:48
Compare
Choose a tag to compare
  • Mention article "How we make Flutter work with CallKit Call Directory" in the README

v2.0.2

06 Apr 09:14
Compare
Choose a tag to compare
  • Resolve issue that causes exception throw when FlutterCallkitPlugin.sharedInstance.reportNewIncomingCall
    called without CXHandle instance

v2.0.1

23 Mar 17:01
Compare
Choose a tag to compare
  • Add default values to FCXCallUpdate constructor

v2.0.0 - Null safety

23 Mar 16:37
Compare
Choose a tag to compare
  • Migrate to null safety
  • Log output formatting improved
  • Minimum Dart SDK version changed to 2.12.0
  • Minor internal improvements

v1.2.0+5

10 Mar 16:05
Compare
Choose a tag to compare
  • Add icon template image to example app

v1.2.0+4

09 Mar 15:20
Compare
Choose a tag to compare
  • Move uuid dependency to example/pubspec
  • Move uuid dependency to dev_dependencies
  • Update uuid dependency to ^3.0.1

v1.2.0+3

01 Mar 10:11
Compare
Choose a tag to compare
  • Add FCX prefix for internal iOS MethodType category

v1.2.0+2

26 Feb 15:34
Compare
Choose a tag to compare
  • Add documentation for UUID uppercasing behavior. #7
  • Fix README examples with .sharedInstance access to iOS FlutterCallkitPlugin. #6