Monthy calculation

This commit is contained in:
2025-10-10 09:53:16 +02:00
parent e84d463212
commit f679ea672b
5 changed files with 411 additions and 76 deletions
@@ -5,6 +5,10 @@
import FlutterMacOS
import Foundation
import file_picker
import path_provider_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
}