mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-05-14 12:32:27 -04:00
sync
This commit is contained in:
parent
7458d0d991
commit
98799b4d3a
20 changed files with 426 additions and 135 deletions
|
@ -5,8 +5,10 @@
|
|||
import FlutterMacOS
|
||||
import Foundation
|
||||
|
||||
import path_provider_macos
|
||||
import veilid
|
||||
|
||||
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
||||
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
||||
VeilidPlugin.register(with: registry.registrar(forPlugin: "VeilidPlugin"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue