System begin share

This commit is contained in:
2025-06-25 15:58:58 +08:00
parent b275b8328d
commit 434256e61e
8 changed files with 219 additions and 164 deletions

View File

@ -27,6 +27,7 @@ import package_info_plus
import pasteboard
import path_provider_foundation
import record_macos
import share_plus
import shared_preferences_foundation
import sign_in_with_apple
import sqflite_darwin
@ -59,6 +60,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PasteboardPlugin.register(with: registry.registrar(forPlugin: "PasteboardPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
RecordMacOsPlugin.register(with: registry.registrar(forPlugin: "RecordMacOsPlugin"))
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SignInWithApplePlugin.register(with: registry.registrar(forPlugin: "SignInWithApplePlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))