Skip to content

Commit

Permalink
pub upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerst committed Jul 26, 2020
1 parent 8eba4f4 commit aa8a357
Showing 1 changed file with 61 additions and 5 deletions.
66 changes: 61 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages:
name: barcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.13.0"
version: "1.14.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -103,6 +103,13 @@ packages:
url: "git://github.com/deckerst/expansion_tile_card.git"
source: git
version: "1.0.3"
file:
dependency: transitive
description:
name: file
url: "https://pub.dartlang.org"
source: hosted
version: "5.2.1"
firebase_crashlytics:
dependency: "direct main"
description:
Expand Down Expand Up @@ -295,6 +302,20 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.4"
path_provider_linux:
dependency: transitive
description:
name: path_provider_linux
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1+2"
path_provider_platform_interface:
dependency: transitive
description:
name: path_provider_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
pdf:
dependency: "direct main"
description:
Expand Down Expand Up @@ -346,6 +367,13 @@ packages:
url: "git://github.com/deckerst/photo_view.git"
source: git
version: "0.9.2"
platform:
dependency: transitive
description:
name: platform
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.1"
platform_detect:
dependency: transitive
description:
Expand All @@ -367,13 +395,20 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.5.0"
process:
dependency: transitive
description:
name: process
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.13"
provider:
dependency: "direct main"
description:
name: provider
url: "https://pub.dartlang.org"
source: hosted
version: "4.1.3"
version: "4.3.1"
pub_semver:
dependency: transitive
description:
Expand Down Expand Up @@ -408,7 +443,14 @@ packages:
name: shared_preferences
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.7+3"
version: "0.5.8"
shared_preferences_linux:
dependency: transitive
description:
name: shared_preferences_linux
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.2+1"
shared_preferences_macos:
dependency: transitive
description:
Expand Down Expand Up @@ -497,7 +539,7 @@ packages:
name: synchronized
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0+1"
version: "2.2.0+2"
term_glyph:
dependency: transitive
description:
Expand Down Expand Up @@ -532,7 +574,14 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "5.4.11"
version: "5.5.0"
url_launcher_linux:
dependency: transitive
description:
name: url_launcher_linux
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1+1"
url_launcher_macos:
dependency: transitive
description:
Expand Down Expand Up @@ -575,6 +624,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
xdg_directories:
dependency: transitive
description:
name: xdg_directories
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.0"
xml:
dependency: transitive
description:
Expand Down

0 comments on commit aa8a357

Please sign in to comment.