File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.6.2
2
+ * fixed onMessage self error
3
+
1
4
### 1.6.1
2
5
* (#102 , #31 ) resolved invoking onResume twice
3
6
Original file line number Diff line number Diff line change 1
1
name : flutter_apns
2
2
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
4
4
homepage : https://github.com/mwaylabs/flutter-apns
5
5
6
6
plugin :
@@ -19,7 +19,7 @@ dependencies:
19
19
sdk : flutter
20
20
firebase_core : ^2.1.1
21
21
firebase_messaging : ^14.0.3
22
- flutter_apns_only : ^1.6.1
22
+ flutter_apns_only : ^1.6.2
23
23
24
24
dev_dependencies :
25
25
flutter_test :
Original file line number Diff line number Diff line change
1
+ ## 1.6.2
2
+ * fixed onMessage self error
3
+
1
4
## 1.6.1
2
5
* removed didReceiveRemoteNotification callback since it is deprecated
3
6
* resolved invoking onResume twice
Original file line number Diff line number Diff line change 1
1
name : flutter_apns_only
2
2
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
4
4
homepage : https://github.com/mwaylabs/flutter-apns
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments