From 1ce60aecf4bff92d874295267a210a697a06c765 Mon Sep 17 00:00:00 2001 From: Krille Date: Tue, 9 May 2023 14:51:25 +0200 Subject: [PATCH] build: Remove dependency overwrite for ffi --- pubspec.lock | 2 +- pubspec.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index ce50501e..e3214df7 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -394,7 +394,7 @@ packages: source: hosted version: "1.3.1" ffi: - dependency: "direct overridden" + dependency: transitive description: name: ffi sha256: a38574032c5f1dd06c4aee541789906c12ccaab8ba01446e800d9c5b79c4a978 diff --git a/pubspec.yaml b/pubspec.yaml index 4e98254b..b9157e59 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -143,8 +143,6 @@ msix_config: install_certificate: false dependency_overrides: - # Until all dependencies are compatible. Missing: flutter_matrix_html - ffi: ^2.0.0 # fake secure storage plugin for Windows # See: https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/15161 flutter_matrix_html: