Skip to content

Releases: flutter-webrtc/callkeep

v0.4.0

24 Aug 11:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

12 Jun 00:16
Compare
Choose a tag to compare

[0.3.0] - 2021.06.12

  • null safety
  • Add toolkit for testing.
  • Fixed receiving Voip push in background mode for iOS 13+.
  • Fix crash when iOS push uses the wrong push format (alert).

v0.2.3

07 Jan 16:19
Compare
Choose a tag to compare

[0.2.3] - 2021.01.08

  • Fix backToForeground method.

v0.2.2

27 Dec 06:14
Compare
Choose a tag to compare

[0.2.2] - 2020.12.27

  • Add push payload format to README.md.
  • Add more fields for pushkit payload.

v0.2.1

23 Dec 08:12
Compare
Choose a tag to compare

[0.2.1] - 2020.12.23

  • Fix: Missing null check.
  • Fix: change parameter handle to number.

v0.2.0

11 Nov 05:01
Compare
Choose a tag to compare

[0.2.0] - 2020.11.11

  • Change FlutterCallKeep as a singleton.
  • Add CallKeepPushKitToken event for iOS.
  • Add firebase_messaging to example.
  • Support waking CallKeep from PushKit when the app is closed.

v0.1.1

17 Sep 05:20
Compare
Choose a tag to compare

[0.1.1] - 2020.09.17

  • Fix compile error for iOS.

v0.1.0

15 Sep 13:31
Compare
Choose a tag to compare

[0.1.0] - 2020.09.15

  • Initial release.
  • Support iOS 10+ and Android 6.0+.