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,14 +7,12 @@ import Foundation
77
88import desktop_webview_window
99import flutter_web_auth_2
10- import path_provider_foundation
1110import url_launcher_macos
1211import window_to_front
1312
1413func RegisterGeneratedPlugins( registry: FlutterPluginRegistry ) {
1514 DesktopWebviewWindowPlugin . register ( with: registry. registrar ( forPlugin: " DesktopWebviewWindowPlugin " ) )
1615 FlutterWebAuth2Plugin . register ( with: registry. registrar ( forPlugin: " FlutterWebAuth2Plugin " ) )
17- PathProviderPlugin . register ( with: registry. registrar ( forPlugin: " PathProviderPlugin " ) )
1816 UrlLauncherPlugin . register ( with: registry. registrar ( forPlugin: " UrlLauncherPlugin " ) )
1917 WindowToFrontPlugin . register ( with: registry. registrar ( forPlugin: " WindowToFrontPlugin " ) )
2018}
You can’t perform that action at this time.
0 commit comments