From c505c50a9906d73220b09c2622c57b1fbdd25c1b Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 9 Apr 2021 16:33:42 +0200 Subject: [PATCH] chore: Remove unused dependencies --- pubspec.lock | 8 ++++---- pubspec.yaml | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index c3176a22..c1fb2a3b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -520,7 +520,7 @@ packages: source: hosted version: "1.0.2" http: - dependency: "direct main" + dependency: transitive description: name: http url: "https://pub.dartlang.org" @@ -828,14 +828,14 @@ packages: name: permission_handler url: "https://pub.dartlang.org" source: hosted - version: "5.0.1+1" + version: "5.1.0+2" permission_handler_platform_interface: dependency: transitive description: name: permission_handler_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.1" + version: "2.0.2" petitparser: dependency: transitive description: @@ -900,7 +900,7 @@ packages: source: hosted version: "2.1.3" random_string: - dependency: "direct main" + dependency: transitive description: name: random_string url: "https://pub.dartlang.org" diff --git a/pubspec.yaml b/pubspec.yaml index 956dceb0..4290235f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -43,7 +43,6 @@ dependencies: permission_handler: ^5.0.1+1 share: ^0.6.5+4 flutter_secure_storage: ^3.3.5 - http: ^0.12.2 universal_html: ^1.2.4 receive_sharing_intent: ^1.4.3 flutter_slidable: ^0.5.7 @@ -58,7 +57,6 @@ dependencies: moor: ^3.4.0 sqlite3: ^0.1.8 sqflite: ^1.3.2+2 # Still used to obtain the database location - random_string: ^2.1.0 flutter_typeahead: ^2.0.0 flutter_olm: ^1.1.1 intl: any