Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Roll path_provider to a version compatible with the latest Dart SDK #436

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,14 @@ packages:
name: ffi
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
version: "1.0.0"
file:
dependency: transitive
description:
name: file
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.0"
version: "6.1.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -319,40 +319,40 @@ packages:
source: hosted
version: "1.8.0"
path_provider:
dependency: transitive
dependency: "direct overridden"
description:
name: path_provider
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.27"
version: "2.0.0-nullsafety.1"
path_provider_linux:
dependency: transitive
description:
name: path_provider_linux
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1+2"
version: "0.2.0-nullsafety"
path_provider_macos:
dependency: transitive
description:
name: path_provider_macos
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.4+8"
version: "0.0.5-nullsafety"
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.0-nullsafety"
path_provider_windows:
dependency: transitive
description:
name: path_provider_windows
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.4+3"
version: "0.1.0-nullsafety.3"
pedantic:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -637,14 +637,14 @@ packages:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.4+1"
version: "2.0.0"
xdg_directories:
dependency: transitive
description:
name: xdg_directories
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2"
version: "0.2.0"
yaml:
dependency: transitive
description:
Expand All @@ -653,5 +653,5 @@ packages:
source: hosted
version: "3.0.0"
sdks:
dart: ">=2.12.0-29.10.beta <3.0.0"
dart: ">=2.12.0-259.9.beta <3.0.0"
flutter: ">=1.24.0-6.0.pre"
3 changes: 3 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ dev_dependencies:
test: ^1.16.0
web_benchmarks: ^0.0.4

dependency_overrides:
path_provider: ^2.0.0-nullsafety.1

flutter:
assets:
- packages/flutter_gallery_assets/assets/studies/shrine_card_dark.png
Expand Down