Skip to content

Commit

Permalink
Added some packages that will be used in the tierlist page
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Feb 8, 2021
1 parent 9d84aea commit 7f6a8ee
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 7 deletions.
42 changes: 35 additions & 7 deletions pubspec.lock
Expand Up @@ -77,7 +77,7 @@ packages:
name: build
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.1"
version: "1.6.2"
build_config:
dependency: transitive
description:
Expand All @@ -91,28 +91,28 @@ packages:
name: build_daemon
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.6"
version: "2.1.7"
build_resolvers:
dependency: transitive
description:
name: build_resolvers
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.2"
version: "1.5.3"
build_runner:
dependency: "direct dev"
description:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "1.11.0"
version: "1.11.1"
build_runner_core:
dependency: transitive
description:
name: build_runner_core
url: "https://pub.dartlang.org"
source: hosted
version: "6.1.6"
version: "6.1.7"
built_collection:
dependency: transitive
description:
Expand Down Expand Up @@ -258,6 +258,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "6.1.1"
flutter_colorpicker:
dependency: "direct main"
description:
name: flutter_colorpicker
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.5"
flutter_cupertino_localizations:
dependency: "direct main"
description:
Expand Down Expand Up @@ -380,6 +387,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.19"
image_gallery_saver:
dependency: "direct main"
description:
name: image_gallery_saver
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.7"
intl:
dependency: transitive
description:
Expand Down Expand Up @@ -442,7 +456,7 @@ packages:
name: mailer
url: "https://pub.dartlang.org"
source: hosted
version: "3.2.1"
version: "3.3.0"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -569,6 +583,20 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.2"
permission_handler:
dependency: "direct main"
description:
name: permission_handler
url: "https://pub.dartlang.org"
source: hosted
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.2"
petitparser:
dependency: transitive
description:
Expand Down Expand Up @@ -701,7 +729,7 @@ packages:
name: shared_preferences_windows
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.2+2"
version: "0.0.2+3"
shelf:
dependency: transitive
description:
Expand Down
3 changes: 3 additions & 0 deletions pubspec.yaml
Expand Up @@ -27,6 +27,7 @@ dependencies:
flutter:
sdk: flutter
flutter_bloc: ^6.1.1
flutter_colorpicker: ^0.3.5
flutter_cupertino_localizations: ^1.0.1
flutter_staggered_grid_view:
git:
Expand All @@ -38,12 +39,14 @@ dependencies:
freezed_annotation: ^0.12.0
get_it: ^5.0.6
hawk_fab_menu: ^0.3.2
image_gallery_saver: ^1.6.7
json_annotation: ^3.1.0
log_4_dart_2: ^0.4.0
moor: ^3.4.0
package_info: ^0.4.3+4
path: ^1.7.0
path_provider: ^1.6.27
permission_handler: ^5.1.0+2
rate_my_app: ^0.7.2
screenshot: ^0.2.0
shared_preferences: ^0.5.12+4
Expand Down

0 comments on commit 7f6a8ee

Please sign in to comment.