add drawer in home page

This commit is contained in:
2025-10-25 21:28:01 +02:00
parent 1bcc5df822
commit 3f2b0d526b
4 changed files with 91 additions and 10 deletions

View File

@@ -6,6 +6,7 @@ import FlutterMacOS
import Foundation
import flutter_secure_storage_macos
import package_info_plus
import path_provider_foundation
import screen_retriever_macos
import sqflite_darwin
@@ -14,6 +15,7 @@ import window_manager
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
ScreenRetrieverMacosPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverMacosPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))