chore: Update dependencies and remove unused plugins (#1086)

- Update Riverpod-related dependencies to the latest versions
- Remove the app_links and gtk plugins
- Update the reference path for hive_ce
- Adjust the provider implementation in the generated code
This commit is contained in:
GT610
2026-03-23 23:17:35 +08:00
committed by GitHub
parent d6e17ff58c
commit c4d528733d
19 changed files with 69 additions and 151 deletions

View File

@@ -5,7 +5,6 @@
import FlutterMacOS
import Foundation
import app_links
import dynamic_color
import file_picker
import flutter_secure_storage_macos
@@ -20,7 +19,6 @@ import wakelock_plus
import window_manager
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AppLinksMacosPlugin.register(with: registry.registrar(forPlugin: "AppLinksMacosPlugin"))
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))