Skip to content

Commit 5d5d894

Browse files
committed
upd
1 parent 1a77658 commit 5d5d894

File tree

5 files changed

+86
-79
lines changed

5 files changed

+86
-79
lines changed

example/push_notifications/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>9.0</string>
24+
<string>11.0</string>
2525
</dict>
2626
</plist>

example/push_notifications/ios/Podfile.lock

Lines changed: 47 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
PODS:
2-
- Firebase/CoreOnly (10.2.0):
3-
- FirebaseCore (= 10.2.0)
4-
- Firebase/Messaging (10.2.0):
2+
- Firebase/CoreOnly (10.3.0):
3+
- FirebaseCore (= 10.3.0)
4+
- Firebase/Messaging (10.3.0):
55
- Firebase/CoreOnly
6-
- FirebaseMessaging (~> 10.2.0)
7-
- firebase_core (2.3.0):
8-
- Firebase/CoreOnly (= 10.2.0)
6+
- FirebaseMessaging (~> 10.3.0)
7+
- firebase_core (2.4.1):
8+
- Firebase/CoreOnly (= 10.3.0)
99
- Flutter
10-
- firebase_messaging (14.1.1):
11-
- Firebase/Messaging (= 10.2.0)
10+
- firebase_messaging (14.2.1):
11+
- Firebase/Messaging (= 10.3.0)
1212
- firebase_core
1313
- Flutter
14-
- FirebaseCore (10.2.0):
14+
- FirebaseCore (10.3.0):
1515
- FirebaseCoreInternal (~> 10.0)
1616
- GoogleUtilities/Environment (~> 7.8)
1717
- GoogleUtilities/Logger (~> 7.8)
18-
- FirebaseCoreInternal (10.2.0):
18+
- FirebaseCoreInternal (10.4.0):
1919
- "GoogleUtilities/NSData+zlib (~> 7.8)"
20-
- FirebaseInstallations (10.2.0):
20+
- FirebaseInstallations (10.4.0):
2121
- FirebaseCore (~> 10.0)
2222
- GoogleUtilities/Environment (~> 7.8)
2323
- GoogleUtilities/UserDefaults (~> 7.8)
2424
- PromisesObjC (~> 2.1)
25-
- FirebaseMessaging (10.2.0):
25+
- FirebaseMessaging (10.3.0):
2626
- FirebaseCore (~> 10.0)
2727
- FirebaseInstallations (~> 10.0)
2828
- GoogleDataTransport (~> 9.2)
@@ -34,45 +34,54 @@ PODS:
3434
- Flutter (1.0.0)
3535
- flutter_apns_only (0.0.1):
3636
- Flutter
37+
- flutter_inappwebview (0.0.1):
38+
- Flutter
39+
- flutter_inappwebview/Core (= 0.0.1)
40+
- OrderedSet (~> 5.0)
41+
- flutter_inappwebview/Core (0.0.1):
42+
- Flutter
43+
- OrderedSet (~> 5.0)
3744
- flutter_local_notifications (0.0.1):
3845
- Flutter
3946
- GoogleDataTransport (9.2.0):
4047
- GoogleUtilities/Environment (~> 7.7)
4148
- nanopb (< 2.30910.0, >= 2.30908.0)
4249
- PromisesObjC (< 3.0, >= 1.2)
43-
- GoogleUtilities/AppDelegateSwizzler (7.10.0):
50+
- GoogleUtilities/AppDelegateSwizzler (7.11.0):
4451
- GoogleUtilities/Environment
4552
- GoogleUtilities/Logger
4653
- GoogleUtilities/Network
47-
- GoogleUtilities/Environment (7.10.0):
54+
- GoogleUtilities/Environment (7.11.0):
4855
- PromisesObjC (< 3.0, >= 1.2)
49-
- GoogleUtilities/Logger (7.10.0):
56+
- GoogleUtilities/Logger (7.11.0):
5057
- GoogleUtilities/Environment
51-
- GoogleUtilities/Network (7.10.0):
58+
- GoogleUtilities/Network (7.11.0):
5259
- GoogleUtilities/Logger
5360
- "GoogleUtilities/NSData+zlib"
5461
- GoogleUtilities/Reachability
55-
- "GoogleUtilities/NSData+zlib (7.10.0)"
56-
- GoogleUtilities/Reachability (7.10.0):
62+
- "GoogleUtilities/NSData+zlib (7.11.0)"
63+
- GoogleUtilities/Reachability (7.11.0):
5764
- GoogleUtilities/Logger
58-
- GoogleUtilities/UserDefaults (7.10.0):
65+
- GoogleUtilities/UserDefaults (7.11.0):
5966
- GoogleUtilities/Logger
6067
- nanopb (2.30909.0):
6168
- nanopb/decode (= 2.30909.0)
6269
- nanopb/encode (= 2.30909.0)
6370
- nanopb/decode (2.30909.0)
6471
- nanopb/encode (2.30909.0)
65-
- PromisesObjC (2.1.1)
66-
- talkjs_webview_flutter_wkwebview (0.0.4):
72+
- OrderedSet (5.0.0)
73+
- permission_handler_apple (9.0.4):
6774
- Flutter
75+
- PromisesObjC (2.1.1)
6876

6977
DEPENDENCIES:
7078
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
7179
- firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`)
7280
- Flutter (from `Flutter`)
7381
- flutter_apns_only (from `.symlinks/plugins/flutter_apns_only/ios`)
82+
- flutter_inappwebview (from `.symlinks/plugins/flutter_inappwebview/ios`)
7483
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
75-
- talkjs_webview_flutter_wkwebview (from `.symlinks/plugins/talkjs_webview_flutter_wkwebview/ios`)
84+
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
7685

7786
SPEC REPOS:
7887
trunk:
@@ -84,6 +93,7 @@ SPEC REPOS:
8493
- GoogleDataTransport
8594
- GoogleUtilities
8695
- nanopb
96+
- OrderedSet
8797
- PromisesObjC
8898

8999
EXTERNAL SOURCES:
@@ -95,27 +105,31 @@ EXTERNAL SOURCES:
95105
:path: Flutter
96106
flutter_apns_only:
97107
:path: ".symlinks/plugins/flutter_apns_only/ios"
108+
flutter_inappwebview:
109+
:path: ".symlinks/plugins/flutter_inappwebview/ios"
98110
flutter_local_notifications:
99111
:path: ".symlinks/plugins/flutter_local_notifications/ios"
100-
talkjs_webview_flutter_wkwebview:
101-
:path: ".symlinks/plugins/talkjs_webview_flutter_wkwebview/ios"
112+
permission_handler_apple:
113+
:path: ".symlinks/plugins/permission_handler_apple/ios"
102114

103115
SPEC CHECKSUMS:
104-
Firebase: a3ea7eba4382afd83808376edb99acdaff078dcf
105-
firebase_core: db1432de826785171029b7c1a26e5b22ce1dd477
106-
firebase_messaging: 5babce6fa9ce1e0c63a854dabba227f23dc68b1b
107-
FirebaseCore: 813838072b797b64f529f3c2ee35e696e5641dd1
108-
FirebaseCoreInternal: 091bde13e47bb1c5e9fe397634f3593dc390430f
109-
FirebaseInstallations: 004915af170935e3a583faefd5f8bc851afc220f
110-
FirebaseMessaging: cc9f40f5b7494680f3844d08e517e92aa4e8d9f7
116+
Firebase: f92fc551ead69c94168d36c2b26188263860acd9
117+
firebase_core: bf59c32d2e53814f558efa20840c1902fa2fe461
118+
firebase_messaging: ee597229fc260f8fa491fa8f2d4a32dfbfa406fa
119+
FirebaseCore: 988754646ab3bd4bdcb740f1bfe26b9f6c0d5f2a
120+
FirebaseCoreInternal: e301297f4c15a17489e48ed722d733b1578e0c02
121+
FirebaseInstallations: 36b38c733fd37e50857e5e8d74138648f466f18c
122+
FirebaseMessaging: e345b219fd15d325f0cf2fef28cb8ce00d851b3f
111123
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
112124
flutter_apns_only: 3d91c0ca9dbef4439874858590909a19f8ed06a4
125+
flutter_inappwebview: 4fe74e5e65809c3d363febfd9e2b21aa79bb0f1c
113126
flutter_local_notifications: 0c0b1ae97e741e1521e4c1629a459d04b9aec743
114127
GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f
115-
GoogleUtilities: bad72cb363809015b1f7f19beb1f1cd23c589f95
128+
GoogleUtilities: c2bdc4cf2ce786c4d2e6b3bcfd599a25ca78f06f
116129
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
130+
OrderedSet: aaeb196f7fef5a9edf55d89760da9176ad40b93c
131+
permission_handler_apple: 44366e37eaf29454a1e7b1b7d736c2cceaeb17ce
117132
PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb
118-
talkjs_webview_flutter_wkwebview: da8761436024d00892de6d282635e88117517da8
119133

120134
PODFILE CHECKSUM: 7368163408c647b7eb699d0d788ba6718e18fb8d
121135

example/push_notifications/pubspec.lock

Lines changed: 32 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: _flutterfire_internals
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "1.0.9"
10+
version: "1.0.12"
1111
args:
1212
dependency: transitive
1313
description:
1414
name: args
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.3.1"
17+
version: "2.3.2"
1818
async:
1919
dependency: transitive
2020
description:
@@ -36,27 +36,13 @@ packages:
3636
url: "https://pub.dartlang.org"
3737
source: hosted
3838
version: "1.2.1"
39-
charcode:
39+
clock:
4040
dependency: transitive
4141
description:
4242
name: clock
4343
url: "https://pub.dartlang.org"
4444
source: hosted
4545
version: "1.1.1"
46-
cloud_firestore_platform_interface:
47-
dependency: transitive
48-
description:
49-
name: cloud_firestore_platform_interface
50-
url: "https://pub.dartlang.org"
51-
source: hosted
52-
version: "5.9.0"
53-
cloud_firestore_web:
54-
dependency: transitive
55-
description:
56-
name: cloud_firestore_web
57-
url: "https://pub.dartlang.org"
58-
source: hosted
59-
version: "3.1.0"
6046
collection:
6147
dependency: transitive
6248
description:
@@ -107,12 +93,12 @@ packages:
10793
source: hosted
10894
version: "6.1.4"
10995
firebase_core:
110-
dependency: transitive
96+
dependency: "direct main"
11197
description:
11298
name: firebase_core
11399
url: "https://pub.dartlang.org"
114100
source: hosted
115-
version: "2.3.0"
101+
version: "2.4.1"
116102
firebase_core_platform_interface:
117103
dependency: transitive
118104
description:
@@ -126,28 +112,28 @@ packages:
126112
name: firebase_core_web
127113
url: "https://pub.dartlang.org"
128114
source: hosted
129-
version: "2.0.1"
115+
version: "2.1.0"
130116
firebase_messaging:
131-
dependency: transitive
117+
dependency: "direct main"
132118
description:
133119
name: firebase_messaging
134120
url: "https://pub.dartlang.org"
135121
source: hosted
136-
version: "14.1.1"
122+
version: "14.2.1"
137123
firebase_messaging_platform_interface:
138124
dependency: transitive
139125
description:
140126
name: firebase_messaging_platform_interface
141127
url: "https://pub.dartlang.org"
142128
source: hosted
143-
version: "4.2.7"
129+
version: "4.2.10"
144130
firebase_messaging_web:
145131
dependency: transitive
146132
description:
147133
name: firebase_messaging_web
148134
url: "https://pub.dartlang.org"
149135
source: hosted
150-
version: "3.2.7"
136+
version: "3.2.11"
151137
flutter:
152138
dependency: "direct main"
153139
description: flutter
@@ -160,6 +146,20 @@ packages:
160146
url: "https://pub.dartlang.org"
161147
source: hosted
162148
version: "1.6.0"
149+
flutter_inappwebview:
150+
dependency: transitive
151+
description:
152+
name: flutter_inappwebview
153+
url: "https://pub.dartlang.org"
154+
source: hosted
155+
version: "6.0.0-beta.22"
156+
flutter_inappwebview_internal_annotations:
157+
dependency: transitive
158+
description:
159+
name: flutter_inappwebview_internal_annotations
160+
url: "https://pub.dartlang.org"
161+
source: hosted
162+
version: "1.1.0"
163163
flutter_lints:
164164
dependency: "direct dev"
165165
description:
@@ -187,7 +187,7 @@ packages:
187187
name: flutter_local_notifications_platform_interface
188188
url: "https://pub.dartlang.org"
189189
source: hosted
190-
version: "6.0.0"
190+
version: "5.0.0"
191191
flutter_test:
192192
dependency: "direct dev"
193193
description: flutter
@@ -260,21 +260,21 @@ packages:
260260
name: permission_handler
261261
url: "https://pub.dartlang.org"
262262
source: hosted
263-
version: "10.1.0"
263+
version: "10.2.0"
264264
permission_handler_android:
265265
dependency: transitive
266266
description:
267267
name: permission_handler_android
268268
url: "https://pub.dartlang.org"
269269
source: hosted
270-
version: "10.1.0"
270+
version: "10.2.0"
271271
permission_handler_apple:
272272
dependency: transitive
273273
description:
274274
name: permission_handler_apple
275275
url: "https://pub.dartlang.org"
276276
source: hosted
277-
version: "9.0.6"
277+
version: "9.0.7"
278278
permission_handler_platform_interface:
279279
dependency: transitive
280280
description:
@@ -288,7 +288,7 @@ packages:
288288
name: permission_handler_windows
289289
url: "https://pub.dartlang.org"
290290
source: hosted
291-
version: "0.1.1"
291+
version: "0.1.2"
292292
petitparser:
293293
dependency: transitive
294294
description:
@@ -356,7 +356,7 @@ packages:
356356
path: "../.."
357357
relative: true
358358
source: path
359-
version: "0.4.0"
359+
version: "0.6.0"
360360
term_glyph:
361361
dependency: transitive
362362
description:
@@ -377,7 +377,7 @@ packages:
377377
name: timezone
378378
url: "https://pub.dartlang.org"
379379
source: hosted
380-
version: "0.9.0"
380+
version: "0.8.0"
381381
typed_data:
382382
dependency: transitive
383383
description:
@@ -392,20 +392,13 @@ packages:
392392
url: "https://pub.dartlang.org"
393393
source: hosted
394394
version: "2.1.2"
395-
webview_flutter_platform_interface:
396-
dependency: transitive
397-
description:
398-
name: webview_flutter_platform_interface
399-
url: "https://pub.dartlang.org"
400-
source: hosted
401-
version: "1.9.5"
402395
xdg_directories:
403396
dependency: transitive
404397
description:
405398
name: xdg_directories
406399
url: "https://pub.dartlang.org"
407400
source: hosted
408-
version: "0.2.0+2"
401+
version: "0.2.0+3"
409402
xml:
410403
dependency: transitive
411404
description:

example/push_notifications/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dependencies:
3333
# The following adds the Cupertino Icons font to your application.
3434
# Use with the CupertinoIcons class for iOS style icons.
3535
cupertino_icons: ^1.0.2
36-
firebase_core: ^1.24.0
37-
firebase_messaging: ^13.1.0
36+
firebase_core: ^2.3.0
37+
firebase_messaging: ^14.1.1
3838

3939
talkjs_flutter:
4040
path: ../../

0 commit comments

Comments
 (0)