initial commit

This commit is contained in:
2024-04-23 10:01:29 +02:00
parent e18472e116
commit 18bbdce261
9 changed files with 980 additions and 116 deletions
@@ -5,6 +5,10 @@
import FlutterMacOS
import Foundation
import path_provider_foundation
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}