This commit is contained in:
2023-08-28 22:05:10 +08:00
parent 73f40a30e6
commit 3c2201d00b
14 changed files with 471 additions and 49 deletions

View File

@@ -5,10 +5,12 @@
import FlutterMacOS
import Foundation
import cryptography_flutter
import path_provider_foundation
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
CryptographyFlutterPlugin.register(with: registry.registrar(forPlugin: "CryptographyFlutterPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}