Files
flutterApp/macos/Flutter/GeneratedPluginRegistrant.swift

19 lines
671 B
Swift
Raw Normal View History

2026-01-11 19:42:22 +08:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2026-01-18 20:21:14 +08:00
import flutter_inappwebview_macos
2026-01-11 19:42:22 +08:00
import isar_community_flutter_libs
2026-01-18 20:21:14 +08:00
import path_provider_foundation
2026-01-11 19:42:22 +08:00
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2026-01-18 20:21:14 +08:00
InAppWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "InAppWebViewFlutterPlugin"))
2026-01-11 19:42:22 +08:00
IsarFlutterLibsPlugin.register(with: registry.registrar(forPlugin: "IsarFlutterLibsPlugin"))
2026-01-18 20:21:14 +08:00
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2026-01-11 19:42:22 +08:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}