|
|
@ -24,7 +24,7 @@ import macos_window_utils
|
|
|
|
import package_info_plus
|
|
|
|
import package_info_plus
|
|
|
|
import pasteboard
|
|
|
|
import pasteboard
|
|
|
|
import path_provider_foundation
|
|
|
|
import path_provider_foundation
|
|
|
|
import record_darwin
|
|
|
|
import record_macos
|
|
|
|
import share_plus
|
|
|
|
import share_plus
|
|
|
|
import shared_preferences_foundation
|
|
|
|
import shared_preferences_foundation
|
|
|
|
import sqflite
|
|
|
|
import sqflite
|
|
|
@ -53,7 +53,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
|
|
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
|
|
|
|
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
|
|
|
|
PasteboardPlugin.register(with: registry.registrar(forPlugin: "PasteboardPlugin"))
|
|
|
|
PasteboardPlugin.register(with: registry.registrar(forPlugin: "PasteboardPlugin"))
|
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
|
|
RecordPlugin.register(with: registry.registrar(forPlugin: "RecordPlugin"))
|
|
|
|
RecordMacosPlugin.register(with: registry.registrar(forPlugin: "RecordMacosPlugin"))
|
|
|
|
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
|
|
|
|
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
|
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
|
|
|