File tree Expand file tree Collapse file tree 7 files changed +18
-7
lines changed
unifiedpush_platform_interface Expand file tree Collapse file tree 7 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
1414 http : ^1.1.0
1515 flutter_easyloading : ^3.0.3
1616 flutter_local_notifications : ^18.0.1
17- unifiedpush : ^5 .0.0
17+ unifiedpush : ^6 .0.0
1818 unifiedpush_ui : ^0.1.0
1919
2020 # The following adds the Cupertino Icons font to your application.
Original file line number Diff line number Diff line change 1+ ## 6.0.0-rc1
2+ ** Breaking** :
3+ * Use new platform interface: Process PushEndpoint/PushMessage, to get public keys informations and auto decrypt push messages
4+
15## 5.0.2
26* Add missing await for async tasks
37* Deprecate registerAppWithDialog, use unifiedpush_ui if needed
Original file line number Diff line number Diff line change 11name : unifiedpush
22description : Push notifications with the provider chosen by the user.
3- version : 5 .0.2
3+ version : 6 .0.0-rc1
44homepage : " https://unifiedpush.org/developers/flutter"
55documentation : " https://unifiedpush.org/developers/flutter"
66repository : https://codeberg.org/UnifiedPush/flutter-connector
@@ -13,8 +13,8 @@ environment:
1313dependencies :
1414 flutter :
1515 sdk : flutter
16- unifiedpush_platform_interface : ^2 .0.0
17- unifiedpush_android : ^2 .0.0
16+ unifiedpush_platform_interface : ^3 .0.0
17+ unifiedpush_android : ^3 .0.0
1818
1919dev_dependencies :
2020 flutter_test :
Original file line number Diff line number Diff line change 1+ ## 3.0.0-rc1
2+ * Use new platform interface
3+
14## 2.3.0
25* Upgrade android-connector to 2.5.0
36* Get rid of toolchains
Original file line number Diff line number Diff line change 11name : unifiedpush_android
22description : Android implementation of UnifiedPush plugin.
3- version : 2. 3.0
3+ version : 3.0.0-rc1
44homepage : " https://unifiedpush.org/developers/flutter"
55documentation : " https://unifiedpush.org/developers/flutter"
66repository : https://codeberg.org/UnifiedPush/flutter-connector/src/branch/main/unifiedpush_android
@@ -12,7 +12,7 @@ environment:
1212dependencies :
1313 flutter :
1414 sdk : flutter
15- unifiedpush_platform_interface : ^2 .0.0
15+ unifiedpush_platform_interface : ^3 .0.0
1616
1717dev_dependencies :
1818 flutter_test :
Original file line number Diff line number Diff line change 1+ ## 3.0.0-rc1
2+ ** Breaking** :
3+ * Process PushEndpoint/PushMessage, to get public keys informations and auto decrypt push messages
4+
15## 2.0.2
26* Add link to repository
37* Move depencency\_ validator to dev\_ dependencies
Original file line number Diff line number Diff line change 11name : unifiedpush_platform_interface
22description : UnifiedPush platform interface
3- version : 2 .0.2
3+ version : 3 .0.0-rc1
44homepage : " https://unifiedpush.org/developers/flutter"
55documentation : " https://unifiedpush.org/developers/flutter"
66repository : https://codeberg.org/UnifiedPush/flutter-connector/src/branch/main/unifiedpush_platform_interface
You can’t perform that action at this time.
0 commit comments