You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
1
## 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
+
3
4
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.
4
5
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)
9
10
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
0 commit comments