use extended_image

This commit is contained in:
quantulr
2023-02-13 00:36:25 +08:00
parent 9261d482cf
commit cdd930d523
5 changed files with 89 additions and 116 deletions

View File

@ -5,6 +5,7 @@
import FlutterMacOS
import Foundation
import path_provider_foundation
import screen_retriever
import shared_preferences_foundation
import tray_manager
@ -12,6 +13,7 @@ import url_launcher_macos
import window_manager
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
TrayManagerPlugin.register(with: registry.registrar(forPlugin: "TrayManagerPlugin"))