task removeable, added header, more todos 🤷‍♀️ ..

This commit is contained in:
2023-01-10 02:01:05 +01:00
parent 33ff8b1f7d
commit 9f8e0c875c
15 changed files with 128 additions and 32 deletions

View File

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