Skip to content

Commit ccfb4e8

Browse files
authored
Update CHANGELOG.md
1 parent f23e00a commit ccfb4e8

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
## 2.0.0
2-
Completely reworked version. Reworked the ways for interaction between the flutter app and native platforms.
2+
Completely reworked version. Reworked the way of interaction between the flutter app and native platforms.
3+
34
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.
45

5-
New:
6-
- Added iOS support;
7-
- Added getting the subscription tokens (VoIP for the iOS and FCM for the Android);
8-
- Added customisation for ringtone, app icon, color accent (for Android);
6+
**New**
7+
- Added iOS support
8+
- Added getting the subscription tokens (VoIP for the iOS and FCM for the Android)
9+
- Added customisation for ringtone, app icon, color accent (for Android)
910

10-
Fixes and improvements:
11-
- reworked callbacks `onCallRejectedWhenTerminated` and `onCallAcceptedWhenTerminated` now they fire even the app terminated or in the background;
12-
- migrated to `EventChannel` for sending events from native platforms to the Flutter app;
11+
**Fixes and improvements**
12+
- reworked callbacks `onCallRejectedWhenTerminated` and `onCallAcceptedWhenTerminated` now they will be fired even if the app is terminated or in the background
13+
- migrated to `EventChannel` for sending events from native platforms to the Flutter app
1314

1415
## 0.1.0-dev.2
1516

0 commit comments

Comments
 (0)