Windows Automatic Install Certificate

This commit is contained in:
wanghongenpin
2025-09-18 23:55:23 +08:00
parent 384fe9e48c
commit f861beaa88
14 changed files with 399 additions and 77 deletions

View File

@@ -18,6 +18,7 @@ import share_plus
import shared_preferences_foundation
import url_launcher_macos
import window_manager
import x509_cert_store
import zstandard_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
@@ -34,5 +35,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
X509CertStorePlugin.register(with: registry.registrar(forPlugin: "X509CertStorePlugin"))
ZstandardMacosPlugin.register(with: registry.registrar(forPlugin: "ZstandardMacosPlugin"))
}