File tree 10 files changed +26
-12
lines changed
pusher_beams_platform_interface
10 files changed +26
-12
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.1.0
2
+ - Add a ` getInitialMessage ` method to accomplish deep-linking from a Push Notification
1
3
2
4
## 1.0.2
3
5
- Foreground incoming push notifications handling support for Android and iOS
Original file line number Diff line number Diff line change 1
1
name : pusher_beams
2
2
description : Official Flutter Plugin for Pusher Beams, receive notifications easily on your Flutter application with Pusher Beams.
3
- version : 1.0.2
3
+ version : 1.1.0
4
4
repository : https://github.com/pusher/push-notifications-flutter
5
5
issue_tracker : https://github.com/pusher/push-notifications-flutter/issues
6
6
@@ -11,10 +11,10 @@ environment:
11
11
dependencies :
12
12
flutter :
13
13
sdk : flutter
14
- pusher_beams_platform_interface : ^1.0.4
15
- pusher_beams_web : ^1.0.2
16
- pusher_beams_android : ^1.0.2
17
- pusher_beams_ios : ^1.0.3
14
+ pusher_beams_platform_interface : ^1.1.0
15
+ pusher_beams_web : ^1.1.0
16
+ pusher_beams_android : ^1.1.0
17
+ pusher_beams_ios : ^1.1.0
18
18
uuid : ^3.0.5
19
19
20
20
dev_dependencies :
Original file line number Diff line number Diff line change
1
+ ## 1.1.0
2
+ - Add a ` getInitialMessage ` method to accomplish deep-linking from a Push Notification
3
+
1
4
## 1.0.2
2
5
- Promote ` 1.0.2-dev.2 ` to stable version
3
6
Original file line number Diff line number Diff line change 1
1
name : pusher_beams_android
2
2
description : The Android implementation from Pusher Beams for Flutter, intended to be a platform-specific package.
3
- version : 1.0.2
3
+ version : 1.1.0
4
4
repository : https://github.com/pusher/push-notifications-flutter
5
5
issue_tracker : https://github.com/pusher/push-notifications-flutter/issues?q=is%3Aissue+is%3Aopen+label%3Aandroid
6
6
@@ -11,7 +11,7 @@ environment:
11
11
dependencies :
12
12
flutter :
13
13
sdk : flutter
14
- pusher_beams_platform_interface : ^1.0.4
14
+ pusher_beams_platform_interface : ^1.1.0
15
15
16
16
dev_dependencies :
17
17
flutter_test :
Original file line number Diff line number Diff line change
1
+ ## 1.1.0
2
+ - Add a ` getInitialMessage ` method to accomplish deep-linking from a Push Notification
3
+
1
4
## 1.0.3
2
5
- Promote ` 1.0.3-dev.3 ` to stable version
3
6
Original file line number Diff line number Diff line change 1
1
name : pusher_beams_ios
2
2
description : The iOS implementation from Pusher Beams for Flutter, intended to be a platform-specific package.
3
- version : 1.0.3
3
+ version : 1.1.0
4
4
repository : https://github.com/pusher/push-notifications-flutter
5
5
issue_tracker : https://github.com/pusher/push-notifications-flutter/issues?q=is%3Aissue+is%3Aopen+label%3Aios
6
6
@@ -11,7 +11,7 @@ environment:
11
11
dependencies :
12
12
flutter :
13
13
sdk : flutter
14
- pusher_beams_platform_interface : ^1.0.4
14
+ pusher_beams_platform_interface : ^1.1.0
15
15
16
16
dev_dependencies :
17
17
flutter_test :
Original file line number Diff line number Diff line change
1
+ ## 1.1.0
2
+ - Add a ` getInitialMessage ` method to accomplish deep-linking from a Push Notification
3
+
1
4
## 1.0.4
2
5
- Promotion ` 1.0.4-dev.2 ` to stable version
3
6
Original file line number Diff line number Diff line change 1
1
name : pusher_beams_platform_interface
2
2
description : A common platform interface from Pusher Beams for Flutter, intended to be the platform interface package.
3
- version : 1.0.4
3
+ version : 1.1.0
4
4
repository : https://github.com/pusher/push-notifications-flutter
5
5
issue_tracker : https://github.com/pusher/push-notifications-flutter/issues?q=is%3Aissue+is%3Aopen+label%3Ainterface
6
6
Original file line number Diff line number Diff line change
1
+ ## 1.1.0
2
+ - Add a ` getInitialMessage ` method to accomplish deep-linking from a Push Notification
3
+
1
4
## 1.0.2
2
5
- Promote ` 1.0.2-dev.2 ` to a stable version
3
6
Original file line number Diff line number Diff line change 1
1
name : pusher_beams_web
2
2
description : The Web implementation from Pusher Beams for Flutter, intended to be a platform-specific package.
3
- version : 1.0.2
3
+ version : 1.1.0
4
4
repository : https://github.com/pusher/push-notifications-flutter
5
5
issue_tracker : https://github.com/pusher/push-notifications-flutter/issues?q=is%3Aissue+is%3Aopen+label%3Aweb
6
6
@@ -13,7 +13,7 @@ dependencies:
13
13
sdk : flutter
14
14
flutter_web_plugins :
15
15
sdk : flutter
16
- pusher_beams_platform_interface : ^1.0.4
16
+ pusher_beams_platform_interface : ^1.1.0
17
17
js : ^0.6.3
18
18
uuid : ^3.0.5
19
19
You can’t perform that action at this time.
0 commit comments