Skip to content

Commit c59acc6

Browse files
committed
Add back something (?)
1 parent 59424aa commit c59acc6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

flutter_web_auth_2/example/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ import Foundation
77

88
import desktop_webview_window
99
import flutter_web_auth_2
10+
import path_provider_foundation
1011
import url_launcher_macos
1112
import window_to_front
1213

1314
func 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
}

0 commit comments

Comments
 (0)