build(deps): upgrade Flutter package dependencies

This commit is contained in:
edde746
2026-07-24 03:56:40 +02:00
parent 3c2a353d32
commit 0c6dab01b3
39 changed files with 3837 additions and 3382 deletions
@@ -9,7 +9,6 @@
#include <os_media_controls/os_media_controls_plugin.h>
#include <screen_retriever_linux/screen_retriever_linux_plugin.h>
#include <sentry_flutter/sentry_flutter_plugin.h>
#include <sqlite3_flutter_libs/sqlite3_flutter_libs_plugin.h>
#include <universal_gamepad/gamepad_plugin.h>
#include <url_launcher_linux/url_launcher_plugin.h>
#include <window_manager/window_manager_plugin.h>
@@ -24,9 +23,6 @@ void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) sentry_flutter_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "SentryFlutterPlugin");
sentry_flutter_plugin_register_with_registrar(sentry_flutter_registrar);
g_autoptr(FlPluginRegistrar) sqlite3_flutter_libs_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "Sqlite3FlutterLibsPlugin");
sqlite3_flutter_libs_plugin_register_with_registrar(sqlite3_flutter_libs_registrar);
g_autoptr(FlPluginRegistrar) universal_gamepad_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "GamepadPlugin");
gamepad_plugin_register_with_registrar(universal_gamepad_registrar);
-1
View File
@@ -6,7 +6,6 @@ list(APPEND FLUTTER_PLUGIN_LIST
os_media_controls
screen_retriever_linux
sentry_flutter
sqlite3_flutter_libs
universal_gamepad
url_launcher_linux
window_manager