Skip to content

2.0.0

Compare
Choose a tag to compare
@TatankaConCube TatankaConCube released this 18 Jan 14:09
· 81 commits to master since this release
b527de5

Completely reworked version. Reworked the way of interaction between the flutter app and native platforms.

Since this version you don't need any third-party plugins for working with push notifications anymore, cause all required functionality has already been integrated into the plugin.

New

  • Added iOS support
  • Added getting the subscription tokens (VoIP for the iOS and FCM for the Android)
  • Added customization for ringtone, app icon, color accent (for Android)

Fixes and improvements

  • reworked callbacks onCallRejectedWhenTerminated and onCallAcceptedWhenTerminated now they will be fired even if the app is terminated or in the background
  • migrated to EventChannel for sending events from native platforms to the Flutter app