Skip to content

Commit

Permalink
Merge pull request #24 from thearaks/feature/firebase_storage_6
Browse files Browse the repository at this point in the history
Update firebase_storage dependency version to ^7.0.0
  • Loading branch information
mattreid1 committed Feb 10, 2021
2 parents 7c5234e + ea6908b commit 3e190cb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 16 deletions.
42 changes: 28 additions & 14 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,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 All @@ -64,48 +78,48 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "5.2.1"
firebase:
dependency: transitive
description:
name: firebase
url: "https://pub.dartlang.org"
source: hosted
version: "7.3.2"
firebase_core:
dependency: "direct main"
dependency: transitive
description:
name: firebase_core
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.1"
version: "0.7.0"
firebase_core_platform_interface:
dependency: transitive
description:
name: firebase_core_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "3.0.1"
firebase_core_web:
dependency: transitive
description:
name: firebase_core_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0"
version: "0.2.1+3"
firebase_storage:
dependency: "direct main"
description:
name: firebase_storage
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.0"
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.0"
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
Expand Down Expand Up @@ -338,4 +352,4 @@ packages:
version: "0.1.2"
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"
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ dependencies:
flutter:
sdk: flutter

firebase_core: ^0.5.0
firebase_storage: ^5.0.0
firebase_storage: ^7.0.0
sqflite: ^1.3.0
path: ^1.7.0
path_provider: ^1.6.24
Expand Down

0 comments on commit 3e190cb

Please sign in to comment.