new: secure store

This commit is contained in:
lollipopkit
2023-11-03 00:23:57 -06:00
parent e80d115e4f
commit a9f9a1650e
13 changed files with 209 additions and 105 deletions

View File

@@ -6,6 +6,7 @@ import FlutterMacOS
import Foundation
import dynamic_color
import flutter_secure_storage_macos
import icloud_storage
import macos_window_utils
import path_provider_foundation
@@ -15,6 +16,7 @@ import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
IcloudStoragePlugin.register(with: registry.registrar(forPlugin: "IcloudStoragePlugin"))
MacOSWindowUtilsPlugin.register(with: registry.registrar(forPlugin: "MacOSWindowUtilsPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))