Change WPS command, remove alipay

This commit is contained in:
Caten
2024-01-13 07:51:15 +08:00
parent b00ede9483
commit 09bf75beed
9 changed files with 77 additions and 77 deletions

View File

@@ -5,6 +5,7 @@
import FlutterMacOS
import Foundation
import dynamic_color
import ffmpeg_kit_flutter_full_gpl
import package_info_plus
import path_provider_foundation
@@ -13,6 +14,7 @@ import url_launcher_macos
import wakelock_plus
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
FFmpegKitFlutterPlugin.register(with: registry.registrar(forPlugin: "FFmpegKitFlutterPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))