flutter update

This commit is contained in:
John Smith
2023-05-17 07:55:41 -04:00
parent 9a43faaf10
commit 51b8de61d0
2 changed files with 63 additions and 63 deletions

View File

@@ -5,12 +5,12 @@
import FlutterMacOS
import Foundation
import flutter_acrylic
import path_provider_macos
import macos_window_utils
import path_provider_foundation
import veilid
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlutterAcrylicPlugin.register(with: registry.registrar(forPlugin: "FlutterAcrylicPlugin"))
MacOSWindowUtilsPlugin.register(with: registry.registrar(forPlugin: "MacOSWindowUtilsPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
VeilidPlugin.register(with: registry.registrar(forPlugin: "VeilidPlugin"))
}