From 8fd01eed1e41f79416753abe24e2e9b7e7751beb Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 1 Feb 2024 11:18:58 +0100 Subject: [PATCH] Remove conditional_wrap --- pubspec.lock | 8 -------- pubspec.yaml | 1 - 2 files changed, 9 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index c3cd3fe..b9bc668 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -57,14 +57,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.18.0" - conditional_wrap: - dependency: "direct main" - description: - name: conditional_wrap - sha256: "3428b891b37c5e690baa362e0fd4cad9b346b533f1f8f7aeff13cd2bebd86a5b" - url: "https://pub.dev" - source: hosted - version: "3.0.0" crypto: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 45e4644..9f47369 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -46,7 +46,6 @@ dependencies: uuid: ^4.0.0 shared_preferences: ^2.2.2 universal_platform: ^1.0.0+1 - conditional_wrap: ^3.0.0 dev_dependencies: flutter_test: