upgraded finally to flutter 329

This commit is contained in:
Nico
2025-05-10 21:12:21 +02:00
parent 2a43ed5514
commit 38ec826a2e
18 changed files with 373 additions and 158 deletions

View File

@@ -5,12 +5,14 @@
import FlutterMacOS
import Foundation
import file_picker
import geolocator_apple
import path_provider_foundation
import shared_preferences_foundation
import sqflite_darwin
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))