Skip to content

Commit

Permalink
Dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rwbr committed May 6, 2021
1 parent 130a224 commit e698c9f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 26 deletions.
39 changes: 16 additions & 23 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,14 @@ packages:
name: flutter_cache_manager
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "3.0.1"
flutter_picker:
dependency: "direct main"
description:
name: flutter_picker
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -116,13 +123,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.2"
infinite_listview:
dependency: transitive
description:
name: infinite_listview
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
matcher:
dependency: transitive
description:
Expand All @@ -137,13 +137,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
numberpicker:
dependency: "direct main"
description:
name: numberpicker
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
path:
dependency: transitive
description:
Expand All @@ -157,35 +150,35 @@ packages:
name: path_provider
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.28"
version: "2.0.1"
path_provider_linux:
dependency: transitive
description:
name: path_provider_linux
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1+2"
version: "2.0.0"
path_provider_macos:
dependency: transitive
description:
name: path_provider_macos
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.4+8"
version: "2.0.0"
path_provider_platform_interface:
dependency: transitive
description:
name: path_provider_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
version: "2.0.1"
path_provider_windows:
dependency: transitive
description:
name: path_provider_windows
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.5"
version: "2.0.1"
pedantic:
dependency: transitive
description:
Expand Down Expand Up @@ -213,7 +206,7 @@ packages:
name: plugin_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.3"
version: "2.0.0"
process:
dependency: transitive
description:
Expand All @@ -227,7 +220,7 @@ packages:
name: rxdart
url: "https://pub.dartlang.org"
source: hosted
version: "0.25.0"
version: "0.26.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -330,7 +323,7 @@ packages:
name: xdg_directories
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2"
version: "0.2.0"
xml:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_cache_manager: ^2.0.0
numberpicker: ^1.3.0
path_provider: ^1.6.24
flutter_cache_manager: ^3.0.1
flutter_picker: ^2.0.1
path_provider: ^2.0.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit e698c9f

Please sign in to comment.