Skip to content

Commit

Permalink
📦 Added storage packages
Browse files Browse the repository at this point in the history
* firebase_storage
* image_picker
  • Loading branch information
ElforL committed Jan 20, 2021
1 parent 097196c commit f914e42
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 1 deletion.
72 changes: 71 additions & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,20 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.15.0-nullsafety.3"
convert:
dependency: transitive
description:
name: convert
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
crypto:
dependency: transitive
description:
name: crypto
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.5"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -113,11 +127,39 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.1+3"
firebase_storage:
dependency: "direct main"
description:
name: firebase_storage
url: "https://pub.dartlang.org"
source: hosted
version: "7.0.0"
firebase_storage_platform_interface:
dependency: transitive
description:
name: firebase_storage_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
firebase_storage_web:
dependency: transitive
description:
name: firebase_storage_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.1+3"
flutter:
dependency: "direct main"
description: flutter
source: sdk
version: "0.0.0"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
name: flutter_plugin_android_lifecycle
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.11"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -149,13 +191,34 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.2"
http:
dependency: transitive
description:
name: http
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.2"
http_parser:
dependency: transitive
description:
name: http_parser
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.4"
image_picker:
dependency: "direct main"
description:
name: image_picker
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.7+21"
image_picker_platform_interface:
dependency: transitive
description:
name: image_picker_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
intl:
dependency: transitive
description:
Expand Down Expand Up @@ -191,6 +254,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0-nullsafety.1"
pedantic:
dependency: transitive
description:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.2"
plugin_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -268,4 +338,4 @@ packages:
version: "2.1.0-nullsafety.3"
sdks:
dart: ">=2.10.0-110 <2.11.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
flutter: ">=1.20.0 <2.0.0"
6 changes: 6 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ dependencies:
# Database
cloud_firestore: ^0.16.0

# Storage
firebase_storage: ^7.0.0
image_picker: ^0.6.7+21



dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit f914e42

Please sign in to comment.