Skip to content

Commit c45decc

Browse files
committed
Fixed onMessage self error
1 parent 1bb71c8 commit c45decc

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

flutter_apns/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.6.2
2+
* fixed onMessage self error
3+
14
### 1.6.1
25
* (#102, #31) resolved invoking onResume twice
36

flutter_apns/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_apns
22
description: APNS push notification plugin. Uses firebase_messaging on Android, but replaces it on iOS with custom implementation.
3-
version: 1.6.1
3+
version: 1.6.2
44
homepage: https://github.com/mwaylabs/flutter-apns
55

66
plugin:
@@ -19,7 +19,7 @@ dependencies:
1919
sdk: flutter
2020
firebase_core: ^2.1.1
2121
firebase_messaging: ^14.0.3
22-
flutter_apns_only: ^1.6.1
22+
flutter_apns_only: ^1.6.2
2323

2424
dev_dependencies:
2525
flutter_test:

flutter_apns_only/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.6.2
2+
* fixed onMessage self error
3+
14
## 1.6.1
25
* removed didReceiveRemoteNotification callback since it is deprecated
36
* resolved invoking onResume twice

flutter_apns_only/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_apns_only
22
description: APNS push notification plugin. Works only on iOS. See flutter_apns for apns & firebase combo
3-
version: 1.6.1
3+
version: 1.6.2
44
homepage: https://github.com/mwaylabs/flutter-apns
55

66
environment:

0 commit comments

Comments
 (0)