Add saving to and reading from a file

To make sure when our timer runs it runs
This commit is contained in:
2025-03-14 23:55:42 +01:00
parent 75454c6edc
commit e62c74b72c
4 changed files with 285 additions and 22 deletions

View File

@@ -5,6 +5,8 @@
import FlutterMacOS
import Foundation
import path_provider_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
}