Skip to content

Commit

Permalink
refactor: removed unnecessary deps
Browse files Browse the repository at this point in the history
  • Loading branch information
artur.khabirov committed Jul 2, 2022
1 parent 6812600 commit 329fafb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 91 deletions.
95 changes: 9 additions & 86 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,27 +120,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "8.3.3"
cached_network_image:
dependency: "direct main"
description:
name: cached_network_image
url: "https://pub.dartlang.org"
source: hosted
version: "3.2.1"
cached_network_image_platform_interface:
dependency: transitive
description:
name: cached_network_image_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
cached_network_image_web:
dependency: transitive
description:
name: cached_network_image_web
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
characters:
dependency: transitive
description:
Expand Down Expand Up @@ -225,6 +204,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.10.1"
dependency_validator:
dependency: "direct dev"
description:
name: dependency_validator
url: "https://pub.dartlang.org"
source: hosted
version: "3.2.0"
equatable:
dependency: "direct main"
description:
Expand Down Expand Up @@ -272,20 +258,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "8.0.1"
flutter_blurhash:
dependency: transitive
description:
name: flutter_blurhash
url: "https://pub.dartlang.org"
source: hosted
version: "0.7.0"
flutter_cache_manager:
dependency: transitive
description:
name: flutter_cache_manager
url: "https://pub.dartlang.org"
source: hosted
version: "3.3.0"
flutter_lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -332,7 +304,7 @@ packages:
source: hosted
version: "2.1.0"
hive:
dependency: "direct main"
dependency: transitive
description:
name: hive
url: "https://pub.dartlang.org"
Expand Down Expand Up @@ -388,7 +360,7 @@ packages:
source: hosted
version: "3.2.0"
intl:
dependency: "direct main"
dependency: transitive
description:
name: intl
url: "https://pub.dartlang.org"
Expand Down Expand Up @@ -478,13 +450,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
octo_image:
dependency: transitive
description:
name: octo_image
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
package_config:
dependency: transitive
description:
Expand Down Expand Up @@ -548,13 +513,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
pedantic:
dependency: transitive
description:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.11.1"
petitparser:
dependency: transitive
description:
Expand Down Expand Up @@ -611,13 +569,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
rxdart:
dependency: "direct main"
description:
name: rxdart
url: "https://pub.dartlang.org"
source: hosted
version: "0.27.4"
shelf:
dependency: transitive
description:
Expand Down Expand Up @@ -665,20 +616,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.2"
sqflite:
dependency: "direct main"
description:
name: sqflite
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2+1"
sqflite_common:
dependency: transitive
description:
name: sqflite_common
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.1+1"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -707,13 +644,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
synchronized:
dependency: transitive
description:
name: synchronized
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0+2"
term_glyph:
dependency: transitive
description:
Expand Down Expand Up @@ -742,13 +672,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.1"
uuid:
dependency: transitive
description:
name: uuid
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.6"
vector_math:
dependency: transitive
description:
Expand Down
6 changes: 1 addition & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,17 @@ dependencies:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.17.0
flutter_bloc: ^8.0.1
equatable: ^2.0.3
dartz: ^0.10.1
http: ^0.13.4
json_annotation: ^4.5.0
collection: ^1.16.0
hive: ^2.2.2
hive_flutter: ^1.1.0
sqflite: ^2.0.2+1
path: ^1.8.1
get_it: ^7.2.0
infinite_scroll_pagination: ^3.2.0
path_provider: ^2.0.11
cached_network_image: ^3.2.1
rxdart: ^0.27.4
another_flushbar: ^1.10.29

dev_dependencies:
Expand All @@ -41,6 +36,7 @@ dev_dependencies:
hive_generator: ^1.1.3
json_serializable: ^6.2.0
mockito: ^5.2.0
dependency_validator: ^3.2.0

flutter:
uses-material-design: true
Expand Down

0 comments on commit 329fafb

Please sign in to comment.