Login with apple

This commit is contained in:
2025-06-15 17:29:41 +08:00
parent 217a0c0a54
commit b3786827ef
14 changed files with 270 additions and 8 deletions

View File

@ -27,6 +27,7 @@ import pasteboard
import path_provider_foundation
import record_macos
import shared_preferences_foundation
import sign_in_with_apple
import sqflite_darwin
import sqlite3_flutter_libs
import super_native_extensions
@ -57,6 +58,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
RecordMacOsPlugin.register(with: registry.registrar(forPlugin: "RecordMacOsPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SignInWithApplePlugin.register(with: registry.registrar(forPlugin: "SignInWithApplePlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
SuperNativeExtensionsPlugin.register(with: registry.registrar(forPlugin: "SuperNativeExtensionsPlugin"))