init: nvdia-smi

This commit is contained in:
lollipopkit
2023-11-26 13:45:08 +08:00
parent f9f419f03f
commit ac94b33ad4
13 changed files with 107 additions and 114 deletions

View File

@@ -6,7 +6,6 @@ import FlutterMacOS
import Foundation
import dynamic_color
import flutter_secure_storage_macos
import icloud_storage
import macos_window_utils
import path_provider_foundation
@@ -16,7 +15,6 @@ 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"))