Skip to content

Commit 3646601

Browse files
deps: Remove flutter_local_notifications
Fixes: #351
1 parent c28b1ac commit 3646601

File tree

5 files changed

+0
-72
lines changed

5 files changed

+0
-72
lines changed

ios/Podfile.lock

-6
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ PODS:
7070
- GoogleUtilities/UserDefaults (~> 7.8)
7171
- nanopb (< 2.30911.0, >= 2.30908.0)
7272
- Flutter (1.0.0)
73-
- flutter_local_notifications (0.0.1):
74-
- Flutter
7573
- GoogleDataTransport (9.4.1):
7674
- GoogleUtilities/Environment (~> 7.7)
7775
- nanopb (< 2.30911.0, >= 2.30908.0)
@@ -153,7 +151,6 @@ DEPENDENCIES:
153151
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
154152
- firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`)
155153
- Flutter (from `Flutter`)
156-
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
157154
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
158155
- integration_test (from `.symlinks/plugins/integration_test/ios`)
159156
- package_info_plus (from `.symlinks/plugins/package_info_plus/ios`)
@@ -193,8 +190,6 @@ EXTERNAL SOURCES:
193190
:path: ".symlinks/plugins/firebase_messaging/ios"
194191
Flutter:
195192
:path: Flutter
196-
flutter_local_notifications:
197-
:path: ".symlinks/plugins/flutter_local_notifications/ios"
198193
image_picker_ios:
199194
:path: ".symlinks/plugins/image_picker_ios/ios"
200195
integration_test:
@@ -226,7 +221,6 @@ SPEC CHECKSUMS:
226221
FirebaseInstallations: 913cf60d0400ebd5d6b63a28b290372ab44590dd
227222
FirebaseMessaging: 7b5d8033e183ab59eb5b852a53201559e976d366
228223
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
229-
flutter_local_notifications: 4cde75091f6327eb8517fa068a0a5950212d2086
230224
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
231225
GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15
232226
image_picker_ios: c560581cceedb403a6ff17f2f816d7fea1421fc1

macos/Flutter/GeneratedPluginRegistrant.swift

-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import device_info_plus
99
import file_selector_macos
1010
import firebase_core
1111
import firebase_messaging
12-
import flutter_local_notifications
1312
import package_info_plus
1413
import path_provider_foundation
1514
import share_plus
@@ -22,7 +21,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2221
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
2322
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
2423
FLTFirebaseMessagingPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseMessagingPlugin"))
25-
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
2624
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
2725
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2826
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))

macos/Podfile.lock

-6
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ PODS:
3636
- GoogleUtilities/Reachability (~> 7.8)
3737
- GoogleUtilities/UserDefaults (~> 7.8)
3838
- nanopb (< 2.30911.0, >= 2.30908.0)
39-
- flutter_local_notifications (0.0.1):
40-
- FlutterMacOS
4139
- FlutterMacOS (1.0.0)
4240
- GoogleDataTransport (9.4.1):
4341
- GoogleUtilities/Environment (~> 7.7)
@@ -110,7 +108,6 @@ DEPENDENCIES:
110108
- file_selector_macos (from `Flutter/ephemeral/.symlinks/plugins/file_selector_macos/macos`)
111109
- firebase_core (from `Flutter/ephemeral/.symlinks/plugins/firebase_core/macos`)
112110
- firebase_messaging (from `Flutter/ephemeral/.symlinks/plugins/firebase_messaging/macos`)
113-
- flutter_local_notifications (from `Flutter/ephemeral/.symlinks/plugins/flutter_local_notifications/macos`)
114111
- FlutterMacOS (from `Flutter/ephemeral`)
115112
- package_info_plus (from `Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos`)
116113
- path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`)
@@ -141,8 +138,6 @@ EXTERNAL SOURCES:
141138
:path: Flutter/ephemeral/.symlinks/plugins/firebase_core/macos
142139
firebase_messaging:
143140
:path: Flutter/ephemeral/.symlinks/plugins/firebase_messaging/macos
144-
flutter_local_notifications:
145-
:path: Flutter/ephemeral/.symlinks/plugins/flutter_local_notifications/macos
146141
FlutterMacOS:
147142
:path: Flutter/ephemeral
148143
package_info_plus:
@@ -168,7 +163,6 @@ SPEC CHECKSUMS:
168163
FirebaseCoreInternal: df84dd300b561c27d5571684f389bf60b0a5c934
169164
FirebaseInstallations: 913cf60d0400ebd5d6b63a28b290372ab44590dd
170165
FirebaseMessaging: 7b5d8033e183ab59eb5b852a53201559e976d366
171-
flutter_local_notifications: 3805ca215b2fb7f397d78b66db91f6a747af52e4
172166
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
173167
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
174168
GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15

pubspec.lock

-56
Original file line numberDiff line numberDiff line change
@@ -254,14 +254,6 @@ packages:
254254
url: "https://pub.dev"
255255
source: hosted
256256
version: "2.3.6"
257-
dbus:
258-
dependency: transitive
259-
description:
260-
name: dbus
261-
sha256: "365c771ac3b0e58845f39ec6deebc76e3276aa9922b0cc60840712094d9047ac"
262-
url: "https://pub.dev"
263-
source: hosted
264-
version: "0.7.10"
265257
device_info_plus:
266258
dependency: "direct main"
267259
description:
@@ -440,30 +432,6 @@ packages:
440432
url: "https://pub.dev"
441433
source: hosted
442434
version: "4.0.0"
443-
flutter_local_notifications:
444-
dependency: "direct main"
445-
description:
446-
name: flutter_local_notifications
447-
sha256: c500d5d9e7e553f06b61877ca6b9c8b92c570a4c8db371038702e8ce57f8a50f
448-
url: "https://pub.dev"
449-
source: hosted
450-
version: "17.2.2"
451-
flutter_local_notifications_linux:
452-
dependency: transitive
453-
description:
454-
name: flutter_local_notifications_linux
455-
sha256: c49bd06165cad9beeb79090b18cd1eb0296f4bf4b23b84426e37dd7c027fc3af
456-
url: "https://pub.dev"
457-
source: hosted
458-
version: "4.0.1"
459-
flutter_local_notifications_platform_interface:
460-
dependency: "direct main"
461-
description:
462-
name: flutter_local_notifications_platform_interface
463-
sha256: "85f8d07fe708c1bdcf45037f2c0109753b26ae077e9d9e899d55971711a4ea66"
464-
url: "https://pub.dev"
465-
source: hosted
466-
version: "7.2.0"
467435
flutter_localizations:
468436
dependency: "direct main"
469437
description: flutter
@@ -833,14 +801,6 @@ packages:
833801
url: "https://pub.dev"
834802
source: hosted
835803
version: "2.3.0"
836-
petitparser:
837-
dependency: transitive
838-
description:
839-
name: petitparser
840-
sha256: c15605cd28af66339f8eb6fbe0e541bfe2d1b72d5825efc6598f3e0a31b9ad27
841-
url: "https://pub.dev"
842-
source: hosted
843-
version: "6.0.2"
844804
pigeon:
845805
dependency: "direct dev"
846806
description:
@@ -1110,14 +1070,6 @@ packages:
11101070
url: "https://pub.dev"
11111071
source: hosted
11121072
version: "0.6.5"
1113-
timezone:
1114-
dependency: transitive
1115-
description:
1116-
name: timezone
1117-
sha256: "2236ec079a174ce07434e89fcd3fcda430025eb7692244139a9cf54fdcf1fc7d"
1118-
url: "https://pub.dev"
1119-
source: hosted
1120-
version: "0.9.4"
11211073
timing:
11221074
dependency: transitive
11231075
description:
@@ -1334,14 +1286,6 @@ packages:
13341286
url: "https://pub.dev"
13351287
source: hosted
13361288
version: "1.0.4"
1337-
xml:
1338-
dependency: transitive
1339-
description:
1340-
name: xml
1341-
sha256: b015a8ad1c488f66851d762d3090a21c600e479dc75e68328c52774040cf9226
1342-
url: "https://pub.dev"
1343-
source: hosted
1344-
version: "6.5.0"
13451289
yaml:
13461290
dependency: transitive
13471291
description:

pubspec.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ dependencies:
4747
firebase_core: ^3.1.0
4848
firebase_messaging: ^15.0.1
4949
flutter_color_models: ^1.3.3+2
50-
flutter_local_notifications: ^17.2.1
51-
flutter_local_notifications_platform_interface: ^7.2.0
5250
html: ^0.15.1
5351
http: ^1.0.0
5452
http_parser: ^4.0.2

0 commit comments

Comments
 (0)