From 18712f03de7ea8ffaeadf012cc191ce81558c2d3 Mon Sep 17 00:00:00 2001 From: Vishnu Mohandas Date: Thu, 12 Nov 2020 22:02:49 +0530 Subject: [PATCH] Remove unused dependencies --- pubspec.lock | 14 -------------- pubspec.yaml | 2 -- 2 files changed, 16 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 18f68b455..9e0659d7c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -499,20 +499,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.4.4" - pull_to_refresh: - dependency: "direct main" - description: - name: pull_to_refresh - url: "https://pub.dartlang.org" - source: hosted - version: "1.6.2" - quiver: - dependency: "direct main" - description: - name: quiver - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.5" rxdart: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index ff203c8a7..930bfff97 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -44,7 +44,6 @@ dependencies: logging: ^0.11.4 flutter_image_compress: ^0.6.5+1 flutter_typeahead: ^1.8.1 - pull_to_refresh: ^1.6.2 fluttertoast: ^4.0.1 video_player: ^0.10.11+1 chewie: ^0.9.10 @@ -61,7 +60,6 @@ dependencies: page_transition: "^1.1.7+2" convex_bottom_bar: ^2.6.0 scrollable_positioned_list: ^0.1.8 - quiver: ^2.1.5 dev_dependencies: flutter_test: