add notification test

This commit is contained in:
2025-08-25 23:41:54 +02:00
parent 75b42dd091
commit 09c82da57f
6 changed files with 143 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import FlutterMacOS
import Foundation
import file_selector_macos
import flutter_local_notifications
import geolocator_apple
import path_provider_foundation
import shared_preferences_foundation
@@ -14,6 +15,7 @@ import webview_flutter_wkwebview
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))