File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import flutter_local_notifications
1313import just_audio
1414import mobile_scanner
1515import package_info_plus
16- import path_provider_foundation
1716import posthog_flutter
1817import share_plus
1918import 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 " ) )
Original file line number Diff line number Diff 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
7575dev_dependencies :
You can’t perform that action at this time.
0 commit comments