chore: Remove windows gitlab CI workaround

This commit is contained in:
Krille 2023-07-15 17:42:03 +09:00
parent fb743f491a
commit b255ddcd61
No known key found for this signature in database
4 changed files with 10 additions and 13 deletions

View file

@ -705,14 +705,13 @@ packages:
source: hosted
version: "1.1.1"
flutter_secure_storage_windows:
dependency: "direct overridden"
dependency: transitive
description:
path: "."
ref: main
resolved-ref: "3751da0df5eede20d64816ceb79ca78ace7389b3"
url: "https://gitlab.com/TheOneWithTheBraid/flutter_secure_storage_windows.git"
source: git
version: "1.1.2"
name: flutter_secure_storage_windows
sha256: fc2910ec9b28d60598216c29ea763b3a96c401f0ce1d13cdf69ccb0e5c93c3ee
url: "https://pub.dev"
source: hosted
version: "2.0.0"
flutter_svg:
dependency: transitive
description:

View file

@ -147,12 +147,6 @@ msix_config:
install_certificate: false
dependency_overrides:
# fake secure storage plugin for Windows
# See: https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/15161
flutter_secure_storage_windows:
git:
url: https://gitlab.com/TheOneWithTheBraid/flutter_secure_storage_windows.git
ref: main
geolocator_android:
hosted:
name: geolocator_android

View file

@ -12,6 +12,7 @@
#include <dynamic_color/dynamic_color_plugin_c_api.h>
#include <emoji_picker_flutter/emoji_picker_flutter_plugin_c_api.h>
#include <file_selector_windows/file_selector_windows.h>
#include <flutter_secure_storage_windows/flutter_secure_storage_windows_plugin.h>
#include <flutter_webrtc/flutter_web_r_t_c_plugin.h>
#include <permission_handler_windows/permission_handler_windows_plugin.h>
#include <record_windows/record_windows_plugin_c_api.h>
@ -32,6 +33,8 @@ void RegisterPlugins(flutter::PluginRegistry* registry) {
registry->GetRegistrarForPlugin("EmojiPickerFlutterPluginCApi"));
FileSelectorWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("FileSelectorWindows"));
FlutterSecureStorageWindowsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("FlutterSecureStorageWindowsPlugin"));
FlutterWebRTCPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("FlutterWebRTCPlugin"));
PermissionHandlerWindowsPluginRegisterWithRegistrar(

View file

@ -9,6 +9,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
dynamic_color
emoji_picker_flutter
file_selector_windows
flutter_secure_storage_windows
flutter_webrtc
permission_handler_windows
record_windows