Skip to content

Commit bed43d5

Browse files
committed
Updated deps
1 parent 4ea2698 commit bed43d5

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

app/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import flutter_local_notifications
1313
import just_audio
1414
import mobile_scanner
1515
import package_info_plus
16-
import path_provider_foundation
1716
import posthog_flutter
1817
import share_plus
1918
import shared_preferences_foundation
@@ -28,7 +27,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2827
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
2928
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
3029
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
31-
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
3230
PosthogFlutterPlugin.register(with: registry.registrar(forPlugin: "PosthogFlutterPlugin"))
3331
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
3432
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies:
6969
posthog_flutter: ^5.0.0
7070
mobile_scanner: ^7.1.3
7171
permission_handler: ^12.0.1
72-
flutter_local_notifications: ^18.0.1
72+
flutter_local_notifications: ^20.0.0
7373
timezone: ^0.10.0
7474

7575
dev_dependencies:

0 commit comments

Comments
 (0)