refactor(images): replace flutter cache manager

This commit is contained in:
edde746
2026-05-03 20:09:23 +02:00
parent c7b023222c
commit c4b9da0950
14 changed files with 75 additions and 187 deletions
@@ -15,7 +15,6 @@ import package_info_plus
import screen_retriever_macos
import sentry_flutter
import shared_preferences_foundation
import sqflite_darwin
import sqlite3_flutter_libs
import universal_gamepad
import url_launcher_macos
@@ -33,7 +32,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
ScreenRetrieverMacosPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverMacosPlugin"))
SentryFlutterPlugin.register(with: registry.registrar(forPlugin: "SentryFlutterPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
GamepadPlugin.register(with: registry.registrar(forPlugin: "GamepadPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))