File tree 7 files changed +18
-7
lines changed
unifiedpush_platform_interface
7 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
14
14
http : ^1.1.0
15
15
flutter_easyloading : ^3.0.3
16
16
flutter_local_notifications : ^18.0.1
17
- unifiedpush : ^5 .0.0
17
+ unifiedpush : ^6 .0.0
18
18
unifiedpush_ui : ^0.1.0
19
19
20
20
# 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
+
1
5
## 5.0.2
2
6
* Add missing await for async tasks
3
7
* Deprecate registerAppWithDialog, use unifiedpush_ui if needed
Original file line number Diff line number Diff line change 1
1
name : unifiedpush
2
2
description : Push notifications with the provider chosen by the user.
3
- version : 5 .0.2
3
+ version : 6 .0.0-rc1
4
4
homepage : " https://unifiedpush.org/developers/flutter"
5
5
documentation : " https://unifiedpush.org/developers/flutter"
6
6
repository : https://codeberg.org/UnifiedPush/flutter-connector
@@ -13,8 +13,8 @@ environment:
13
13
dependencies :
14
14
flutter :
15
15
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
18
18
19
19
dev_dependencies :
20
20
flutter_test :
Original file line number Diff line number Diff line change
1
+ ## 3.0.0-rc1
2
+ * Use new platform interface
3
+
1
4
## 2.3.0
2
5
* Upgrade android-connector to 2.5.0
3
6
* Get rid of toolchains
Original file line number Diff line number Diff line change 1
1
name : unifiedpush_android
2
2
description : Android implementation of UnifiedPush plugin.
3
- version : 2. 3.0
3
+ version : 3.0.0-rc1
4
4
homepage : " https://unifiedpush.org/developers/flutter"
5
5
documentation : " https://unifiedpush.org/developers/flutter"
6
6
repository : https://codeberg.org/UnifiedPush/flutter-connector/src/branch/main/unifiedpush_android
@@ -12,7 +12,7 @@ environment:
12
12
dependencies :
13
13
flutter :
14
14
sdk : flutter
15
- unifiedpush_platform_interface : ^2 .0.0
15
+ unifiedpush_platform_interface : ^3 .0.0
16
16
17
17
dev_dependencies :
18
18
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
+
1
5
## 2.0.2
2
6
* Add link to repository
3
7
* Move depencency\_ validator to dev\_ dependencies
Original file line number Diff line number Diff line change 1
1
name : unifiedpush_platform_interface
2
2
description : UnifiedPush platform interface
3
- version : 2 .0.2
3
+ version : 3 .0.0-rc1
4
4
homepage : " https://unifiedpush.org/developers/flutter"
5
5
documentation : " https://unifiedpush.org/developers/flutter"
6
6
repository : https://codeberg.org/UnifiedPush/flutter-connector/src/branch/main/unifiedpush_platform_interface
You can’t perform that action at this time.
0 commit comments