We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904732d commit 101d347Copy full SHA for 101d347
1 file changed
packages/supabase_flutter/example/macos/Flutter/GeneratedPluginRegistrant.swift
@@ -6,13 +6,11 @@ import FlutterMacOS
6
import Foundation
7
8
import app_links
9
-import path_provider_foundation
10
import shared_preferences_foundation
11
import url_launcher_macos
12
13
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
14
AppLinksMacosPlugin.register(with: registry.registrar(forPlugin: "AppLinksMacosPlugin"))
15
- PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
16
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
17
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
18
}
0 commit comments