File tree 10 files changed +27
-12
lines changed
pusher_beams_platform_interface
10 files changed +27
-12
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.1.1
2
+ - Fix ` PusherBeamsPlugin.kt ` ` onNewIntent ` null safety
3
+
1
4
## 1.1.0
2
5
- Add a ` getInitialMessage ` method to accomplish deep-linking from a Push Notification
3
6
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.1.0
3
+ version : 1.1.1
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.1.0
15
- pusher_beams_web : ^1.1.0
16
- pusher_beams_android : ^1.1.0
17
- pusher_beams_ios : ^1.1.0
14
+ pusher_beams_platform_interface : ^1.1.1
15
+ pusher_beams_web : ^1.1.1
16
+ pusher_beams_android : ^1.1.1
17
+ pusher_beams_ios : ^1.1.1
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.1
2
+ - Fix ` PusherBeamsPlugin.kt ` ` onNewIntent ` null safety
3
+
1
4
## 1.1.0
2
5
- Add a ` getInitialMessage ` method to accomplish deep-linking from a Push Notification
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.1.0
3
+ version : 1.1.1
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.1.0
14
+ pusher_beams_platform_interface : ^1.1.1
15
15
16
16
dev_dependencies :
17
17
flutter_test :
Original file line number Diff line number Diff line change
1
+ ## 1.1.1
2
+ - Fix ` PusherBeamsPlugin.kt ` ` onNewIntent ` null safety
3
+
1
4
## 1.1.0
2
5
- Add a ` getInitialMessage ` method to accomplish deep-linking from a Push Notification
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.1.0
3
+ version : 1.1.1
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.1.0
14
+ pusher_beams_platform_interface : ^1.1.1
15
15
16
16
dev_dependencies :
17
17
flutter_test :
Original file line number Diff line number Diff line change
1
+ ## 1.1.1
2
+ - Fix ` PusherBeamsPlugin.kt ` ` onNewIntent ` null safety
3
+
1
4
## 1.1.0
2
5
- Add a ` getInitialMessage ` method to accomplish deep-linking from a Push Notification
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.1.0
3
+ version : 1.1.1
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.1
2
+ - Fix ` PusherBeamsPlugin.kt ` ` onNewIntent ` null safety
3
+
1
4
## 1.1.0
2
5
- Add a ` getInitialMessage ` method to accomplish deep-linking from a Push Notification
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.1.0
3
+ version : 1.1.1
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.1.0
16
+ pusher_beams_platform_interface : ^1.1.1
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