From b9c11e98dc9be6822f7fcfb25c1cb8e50dc446a3 Mon Sep 17 00:00:00 2001
From: poka <poka@p2p.legal>
Date: Fri, 1 Jan 2021 22:00:52 +0100
Subject: [PATCH] remove unused dependencies

---
 pubspec.lock | 16 +---------------
 pubspec.yaml |  1 -
 2 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/pubspec.lock b/pubspec.lock
index 26b71cc8..776479e3 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -261,13 +261,6 @@ packages:
       url: "https://pub.dartlang.org"
     source: hosted
     version: "1.1.1"
-  infinite_scroll_pagination:
-    dependency: "direct main"
-    description:
-      name: infinite_scroll_pagination
-      url: "https://pub.dartlang.org"
-    source: hosted
-    version: "2.2.3"
   intl:
     dependency: transitive
     description:
@@ -406,13 +399,6 @@ packages:
     description: flutter
     source: sdk
     version: "0.0.99"
-  sliver_tools:
-    dependency: transitive
-    description:
-      name: sliver_tools
-      url: "https://pub.dartlang.org"
-    source: hosted
-    version: "0.1.10+1"
   source_span:
     dependency: transitive
     description:
@@ -513,4 +499,4 @@ packages:
     version: "2.2.1"
 sdks:
   dart: ">=2.10.0-110 <2.11.0"
-  flutter: ">=1.22.0 <2.0.0"
+  flutter: ">=1.12.13+hotfix.5 <2.0.0"
diff --git a/pubspec.yaml b/pubspec.yaml
index 28d42ed5..1fc19d1f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -28,7 +28,6 @@ dependencies:
   permission_handler:
   image_gallery_saver:
   image_picker:
-  infinite_scroll_pagination: ^2.2.3
   graphql_flutter: ^4.0.0-beta.6 #^3.1.0
 
 
-- 
GitLab