🚀 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

@ -19,7 +19,6 @@
#include <pasteboard/pasteboard_plugin.h>
#include <permission_handler_windows/permission_handler_windows_plugin.h>
#include <screen_brightness_windows/screen_brightness_windows_plugin.h>
#include <sentry_flutter/sentry_flutter_plugin.h>
#include <share_plus/share_plus_windows_plugin_c_api.h>
#include <url_launcher_windows/url_launcher_windows.h>
@ -50,8 +49,6 @@ void RegisterPlugins(flutter::PluginRegistry* registry) {
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
ScreenBrightnessWindowsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("ScreenBrightnessWindowsPlugin"));
SentryFlutterPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("SentryFlutterPlugin"));
SharePlusWindowsPluginCApiRegisterWithRegistrar(
registry->GetRegistrarForPlugin("SharePlusWindowsPluginCApi"));
UrlLauncherWindowsRegisterWithRegistrar(

View File

@ -16,7 +16,6 @@ list(APPEND FLUTTER_PLUGIN_LIST
pasteboard
permission_handler_windows
screen_brightness_windows
sentry_flutter
share_plus
url_launcher_windows
)