Update device_info_plus_windows

This commit is contained in:
Ming Ming 2022-07-09 16:33:24 +08:00
parent 98adf40ba6
commit fe62c5f86a
2 changed files with 11 additions and 6 deletions

View file

@ -233,7 +233,7 @@ packages:
name: dbus name: dbus
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.7.4" version: "0.7.6"
device_info_plus: device_info_plus:
dependency: "direct main" dependency: "direct main"
description: description:
@ -270,12 +270,12 @@ packages:
source: hosted source: hosted
version: "2.1.0" version: "2.1.0"
device_info_plus_windows: device_info_plus_windows:
dependency: transitive dependency: "direct overridden"
description: description:
name: device_info_plus_windows name: device_info_plus_windows
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.1.1" version: "3.0.0"
devicelocale: devicelocale:
dependency: "direct main" dependency: "direct main"
description: description:
@ -335,7 +335,7 @@ packages:
name: ffi name: ffi
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.2.1" version: "2.0.1"
file: file:
dependency: transitive dependency: transitive
description: description:
@ -767,7 +767,7 @@ packages:
name: path_provider_windows name: path_provider_windows
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.0.7" version: "2.1.0"
pedantic: pedantic:
dependency: transitive dependency: transitive
description: description:
@ -1282,7 +1282,7 @@ packages:
name: win32 name: win32
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.6.1" version: "2.7.0"
wkt_parser: wkt_parser:
dependency: transitive dependency: transitive
description: description:

View file

@ -104,6 +104,11 @@ dependencies:
woozy_search: ^2.0.3 woozy_search: ^2.0.3
xml: ^6.1.0 xml: ^6.1.0
dependency_overrides:
# the dependency of device_info_plus_windows was set incorrectly in
# device_info_plus, this is a workaround until it's fixed in upstream
device_info_plus_windows: ^3.0.0
dev_dependencies: dev_dependencies:
test: any test: any
bloc_test: any bloc_test: any