Skip to content

Releases: hiennguyen92/flutter_callkit_incoming

2.0.0

15 May 08:20
c44da3b
Compare
Choose a tag to compare
  • Fixed some bugs.
  • Adapt flutter_lints and use lowerCamelCase to Event enum
  • Rename properties textMisssedCall -> subtitle, textCallback -> callbackText, isShowMissedCallNotification -> showNotification,
  • Move inside properties missedCallNotification {showNotification, isShowCallback, subtitle, callbackText}
  • Add setCallConnected option iOS await FlutterCallkitIncoming.setCallConnected(this._currentUuid)
  • Add hold option iOS
  • Add mute call option iOS
  • Many other issues
  • Thank @ryojiro #263 #264 #262
  • Many Thank @mouEsam #227
    ...

1.0.3+3

09 Jan 07:32
Compare
Choose a tag to compare
  • Update README.md
  • Fixed some bugs.

1.0.3+1

21 Dec 11:48
Compare
Choose a tag to compare
  • Dart class models instead using dynamic types and Maps (thank @icodelifee - #180)
  • Allow to call from native Android (thank @fabiocody - #185)
  • Add android notification channel name incomingCallNotificationChannelName missedCallNotificationChannelName (thank @AAkira - #177)
  • Adding the feature to change template of notification to small isCustomSmallExNotification (thank @anocean2 - #196)
  • Fixed ringtone sound not playing in Release mode on Android (thank @mschudt - #204)
  • Fixed some bugs.

1.0.2+2

26 Aug 11:06
Compare
Choose a tag to compare
  • Fix notification Android 12
  • Fix sound notification
  • Support backgroundUrl using path assets
  • Fixed some bugs.

1.0.2+1

20 May 21:15
Compare
Choose a tag to compare
  • Issue no audio when Accpet(iOS)
  • Duplicate sound notificaiton(Android)
  • Support Flutter 3
  • Fixed some bugs.

1.0.2

29 Apr 18:12
Compare
Choose a tag to compare
  • Fixed issue open app(terminated/background state - Android).
  • Completed Example
  • Fixed some bugs.

1.0.1+8

29 Apr 18:12
Compare
Choose a tag to compare
  • Add props isShowMissedCallNotification using show Missed call notification(Android)
  • Fixed issue decline(terminated/background state - there will be about 3 seconds to call the api before the app is closed.)
  • Fixed some bugs.

1.0.1+7

14 Apr 11:30
Compare
Choose a tag to compare
  • Fixed issue open app(terminated/background state).
  • Fixed some bugs.

1.0.1+6

03 Apr 19:37
Compare
Choose a tag to compare
  • Add props for text
  • Fixed issue open app(terminated/background state).
  • Fixed some bugs.

1.0.1+5

17 Mar 09:54
Compare
Choose a tag to compare
  • Update custom miss call notification
  • Fixed issue open app(terminated/background state).