mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-13 18:58:53 +01:00
Update device_info_plus
This commit is contained in:
parent
2e596fbd11
commit
3e617ac59e
2 changed files with 3 additions and 6 deletions
|
@ -331,7 +331,7 @@ packages:
|
|||
name: device_info_plus
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "4.0.0"
|
||||
version: "4.0.1"
|
||||
device_info_plus_linux:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -361,12 +361,12 @@ packages:
|
|||
source: hosted
|
||||
version: "2.1.0"
|
||||
device_info_plus_windows:
|
||||
dependency: "direct overridden"
|
||||
dependency: transitive
|
||||
description:
|
||||
name: device_info_plus_windows
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "3.0.0"
|
||||
version: "3.0.1"
|
||||
devicelocale:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
|
@ -102,9 +102,6 @@ dependencies:
|
|||
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
|
||||
video_player_android:
|
||||
git:
|
||||
url: https://gitlab.com/nc-photos/flutter-plugins
|
||||
|
|
Loading…
Reference in a new issue