File tree Expand file tree Collapse file tree 3 files changed +93
-95
lines changed
Expand file tree Collapse file tree 3 files changed +93
-95
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import file_picker
1212import file_selector_macos
1313import flutter_inappwebview_macos
1414import package_info_plus
15- import path_provider_foundation
1615import screen_retriever_macos
1716import share_plus
1817import shared_preferences_foundation
@@ -28,7 +27,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2827 FileSelectorPlugin . register ( with: registry. registrar ( forPlugin: " FileSelectorPlugin " ) )
2928 InAppWebViewFlutterPlugin . register ( with: registry. registrar ( forPlugin: " InAppWebViewFlutterPlugin " ) )
3029 FPPPackageInfoPlusPlugin . register ( with: registry. registrar ( forPlugin: " FPPPackageInfoPlusPlugin " ) )
31- PathProviderPlugin . register ( with: registry. registrar ( forPlugin: " PathProviderPlugin " ) )
3230 ScreenRetrieverMacosPlugin . register ( with: registry. registrar ( forPlugin: " ScreenRetrieverMacosPlugin " ) )
3331 SharePlusMacosPlugin . register ( with: registry. registrar ( forPlugin: " SharePlusMacosPlugin " ) )
3432 SharedPreferencesPlugin . register ( with: registry. registrar ( forPlugin: " SharedPreferencesPlugin " ) )
You can’t perform that action at this time.
0 commit comments