File tree Expand file tree Collapse file tree
flutter_web_auth_2/example/macos/Flutter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,12 +7,14 @@ import Foundation
77
88import desktop_webview_window
99import flutter_web_auth_2
10+ import path_provider_foundation
1011import url_launcher_macos
1112import window_to_front
1213
1314func RegisterGeneratedPlugins( registry: FlutterPluginRegistry ) {
1415 DesktopWebviewWindowPlugin . register ( with: registry. registrar ( forPlugin: " DesktopWebviewWindowPlugin " ) )
1516 FlutterWebAuth2Plugin . register ( with: registry. registrar ( forPlugin: " FlutterWebAuth2Plugin " ) )
17+ PathProviderPlugin . register ( with: registry. registrar ( forPlugin: " PathProviderPlugin " ) )
1618 UrlLauncherPlugin . register ( with: registry. registrar ( forPlugin: " UrlLauncherPlugin " ) )
1719 WindowToFrontPlugin . register ( with: registry. registrar ( forPlugin: " WindowToFrontPlugin " ) )
1820}
You can’t perform that action at this time.
0 commit comments