Version & edraw fix

This commit is contained in:
Caten
2025-04-21 08:41:34 +08:00
parent 9f294af413
commit db0689a9bd
7 changed files with 8 additions and 10 deletions

View File

@@ -7,7 +7,6 @@ import Foundation
import device_info_plus
import dynamic_color
import ffmpeg_kit_flutter_full_gpl
import network_info_plus
import package_info_plus
import path_provider_foundation
@@ -19,7 +18,6 @@ import webview_flutter_wkwebview
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
FFmpegKitFlutterPlugin.register(with: registry.registrar(forPlugin: "FFmpegKitFlutterPlugin"))
NetworkInfoPlusPlugin.register(with: registry.registrar(forPlugin: "NetworkInfoPlusPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))