🚀 Launch 2.0.0+22 (for macOS)

 Remove sentry
This commit is contained in:
2024-12-12 20:59:59 +08:00
parent 8880647360
commit 1347aacbc5
9 changed files with 6 additions and 59 deletions

View File

@ -22,7 +22,6 @@ import package_info_plus
import pasteboard
import path_provider_foundation
import screen_brightness_macos
import sentry_flutter
import share_plus
import shared_preferences_foundation
import sqflite_darwin
@ -47,7 +46,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PasteboardPlugin.register(with: registry.registrar(forPlugin: "PasteboardPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
ScreenBrightnessMacosPlugin.register(with: registry.registrar(forPlugin: "ScreenBrightnessMacosPlugin"))
SentryFlutterPlugin.register(with: registry.registrar(forPlugin: "SentryFlutterPlugin"))
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))