scaffolding

This commit is contained in:
John Smith 2023-01-08 22:27:33 -05:00
parent 6def7a9eee
commit c22d6fcff8
21 changed files with 1037 additions and 117 deletions

View file

@ -5,6 +5,12 @@
import FlutterMacOS
import Foundation
import path_provider_macos
import shared_preferences_macos
import veilid
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
VeilidPlugin.register(with: registry.registrar(forPlugin: "VeilidPlugin"))
}