Skip to content

Commit d17939e

Browse files
committed
deps: Add flutter_local_notifications and its platform interface
We'll use the latter for writing our binding class.
1 parent c32ab06 commit d17939e

File tree

5 files changed

+72
-0
lines changed

5 files changed

+72
-0
lines changed

ios/Podfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ PODS:
7070
- GoogleUtilities/UserDefaults (~> 7.8)
7171
- nanopb (< 2.30910.0, >= 2.30908.0)
7272
- Flutter (1.0.0)
73+
- flutter_local_notifications (0.0.1):
74+
- Flutter
7375
- GoogleDataTransport (9.2.5):
7476
- GoogleUtilities/Environment (~> 7.7)
7577
- nanopb (< 2.30910.0, >= 2.30908.0)
@@ -135,6 +137,7 @@ DEPENDENCIES:
135137
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
136138
- firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`)
137139
- Flutter (from `Flutter`)
140+
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
138141
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
139142
- package_info_plus (from `.symlinks/plugins/package_info_plus/ios`)
140143
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
@@ -172,6 +175,8 @@ EXTERNAL SOURCES:
172175
:path: ".symlinks/plugins/firebase_messaging/ios"
173176
Flutter:
174177
:path: Flutter
178+
flutter_local_notifications:
179+
:path: ".symlinks/plugins/flutter_local_notifications/ios"
175180
image_picker_ios:
176181
:path: ".symlinks/plugins/image_picker_ios/ios"
177182
package_info_plus:
@@ -199,6 +204,7 @@ SPEC CHECKSUMS:
199204
FirebaseInstallations: b822f91a61f7d1ba763e5ccc9d4f2e6f2ed3b3ee
200205
FirebaseMessaging: 80b4a086d20ed4fd385a702f4bfa920e14f5064d
201206
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
207+
flutter_local_notifications: 0c0b1ae97e741e1521e4c1629a459d04b9aec743
202208
GoogleDataTransport: 54dee9d48d14580407f8f5fbf2f496e92437a2f2
203209
GoogleUtilities: 13e2c67ede716b8741c7989e26893d151b2b2084
204210
image_picker_ios: 4a8aadfbb6dc30ad5141a2ce3832af9214a705b5

macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import device_info_plus
99
import file_selector_macos
1010
import firebase_core
1111
import firebase_messaging
12+
import flutter_local_notifications
1213
import package_info_plus
1314
import path_provider_foundation
1415
import share_plus
@@ -20,6 +21,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2021
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
2122
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
2223
FLTFirebaseMessagingPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseMessagingPlugin"))
24+
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
2325
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
2426
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2527
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))

macos/Podfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ PODS:
3636
- GoogleUtilities/Reachability (~> 7.8)
3737
- GoogleUtilities/UserDefaults (~> 7.8)
3838
- nanopb (< 2.30910.0, >= 2.30908.0)
39+
- flutter_local_notifications (0.0.1):
40+
- FlutterMacOS
3941
- FlutterMacOS (1.0.0)
4042
- GoogleDataTransport (9.2.5):
4143
- GoogleUtilities/Environment (~> 7.7)
@@ -94,6 +96,7 @@ DEPENDENCIES:
9496
- file_selector_macos (from `Flutter/ephemeral/.symlinks/plugins/file_selector_macos/macos`)
9597
- firebase_core (from `Flutter/ephemeral/.symlinks/plugins/firebase_core/macos`)
9698
- firebase_messaging (from `Flutter/ephemeral/.symlinks/plugins/firebase_messaging/macos`)
99+
- flutter_local_notifications (from `Flutter/ephemeral/.symlinks/plugins/flutter_local_notifications/macos`)
97100
- FlutterMacOS (from `Flutter/ephemeral`)
98101
- package_info_plus (from `Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos`)
99102
- path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`)
@@ -123,6 +126,8 @@ EXTERNAL SOURCES:
123126
:path: Flutter/ephemeral/.symlinks/plugins/firebase_core/macos
124127
firebase_messaging:
125128
:path: Flutter/ephemeral/.symlinks/plugins/firebase_messaging/macos
129+
flutter_local_notifications:
130+
:path: Flutter/ephemeral/.symlinks/plugins/flutter_local_notifications/macos
126131
FlutterMacOS:
127132
:path: Flutter/ephemeral
128133
package_info_plus:
@@ -146,6 +151,7 @@ SPEC CHECKSUMS:
146151
FirebaseCoreInternal: 26233f705cc4531236818a07ac84d20c333e505a
147152
FirebaseInstallations: b822f91a61f7d1ba763e5ccc9d4f2e6f2ed3b3ee
148153
FirebaseMessaging: 80b4a086d20ed4fd385a702f4bfa920e14f5064d
154+
flutter_local_notifications: 3805ca215b2fb7f397d78b66db91f6a747af52e4
149155
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
150156
GoogleDataTransport: 54dee9d48d14580407f8f5fbf2f496e92437a2f2
151157
GoogleUtilities: 13e2c67ede716b8741c7989e26893d151b2b2084

pubspec.lock

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,14 @@ packages:
249249
url: "https://pub.dev"
250250
source: hosted
251251
version: "2.3.3"
252+
dbus:
253+
dependency: transitive
254+
description:
255+
name: dbus
256+
sha256: "6f07cba3f7b3448d42d015bfd3d53fe12e5b36da2423f23838efc1d5fb31a263"
257+
url: "https://pub.dev"
258+
source: hosted
259+
version: "0.7.8"
252260
device_info_plus:
253261
dependency: "direct main"
254262
description:
@@ -414,6 +422,30 @@ packages:
414422
url: "https://pub.dev"
415423
source: hosted
416424
version: "3.0.0"
425+
flutter_local_notifications:
426+
dependency: "direct main"
427+
description:
428+
name: flutter_local_notifications
429+
sha256: "6d11ea777496061e583623aaf31923f93a9409ef8fcaeeefdd6cd78bf4fe5bb3"
430+
url: "https://pub.dev"
431+
source: hosted
432+
version: "16.1.0"
433+
flutter_local_notifications_linux:
434+
dependency: transitive
435+
description:
436+
name: flutter_local_notifications_linux
437+
sha256: "33f741ef47b5f63cc7f78fe75eeeac7e19f171ff3c3df054d84c1e38bedb6a03"
438+
url: "https://pub.dev"
439+
source: hosted
440+
version: "4.0.0+1"
441+
flutter_local_notifications_platform_interface:
442+
dependency: "direct main"
443+
description:
444+
name: flutter_local_notifications_platform_interface
445+
sha256: "7cf643d6d5022f3baed0be777b0662cce5919c0a7b86e700299f22dc4ae660ef"
446+
url: "https://pub.dev"
447+
source: hosted
448+
version: "7.0.0+1"
417449
flutter_localizations:
418450
dependency: "direct main"
419451
description: flutter
@@ -757,6 +789,14 @@ packages:
757789
url: "https://pub.dev"
758790
source: hosted
759791
version: "2.2.1"
792+
petitparser:
793+
dependency: transitive
794+
description:
795+
name: petitparser
796+
sha256: cb3798bef7fc021ac45b308f4b51208a152792445cce0448c9a4ba5879dd8750
797+
url: "https://pub.dev"
798+
source: hosted
799+
version: "5.4.0"
760800
platform:
761801
dependency: transitive
762802
description:
@@ -994,6 +1034,14 @@ packages:
9941034
url: "https://pub.dev"
9951035
source: hosted
9961036
version: "0.5.9"
1037+
timezone:
1038+
dependency: transitive
1039+
description:
1040+
name: timezone
1041+
sha256: "1cfd8ddc2d1cfd836bc93e67b9be88c3adaeca6f40a00ca999104c30693cdca0"
1042+
url: "https://pub.dev"
1043+
source: hosted
1044+
version: "0.9.2"
9971045
timing:
9981046
dependency: transitive
9991047
description:
@@ -1154,6 +1202,14 @@ packages:
11541202
url: "https://pub.dev"
11551203
source: hosted
11561204
version: "1.0.3"
1205+
xml:
1206+
dependency: transitive
1207+
description:
1208+
name: xml
1209+
sha256: "5bc72e1e45e941d825fd7468b9b4cc3b9327942649aeb6fc5cdbf135f0a86e84"
1210+
url: "https://pub.dev"
1211+
source: hosted
1212+
version: "6.3.0"
11571213
yaml:
11581214
dependency: transitive
11591215
description:

pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ dependencies:
6262
sdk: flutter
6363
firebase_messaging: ^14.6.3
6464
firebase_core: ^2.14.0
65+
flutter_local_notifications_platform_interface: ^7.0.0+1
66+
flutter_local_notifications: ^16.1.0
6567

6668
dev_dependencies:
6769
flutter_test:

0 commit comments

Comments
 (0)