fix writing on main storage on Android Q
This commit is contained in:
parent
054910f7b3
commit
879769f31d
2 changed files with 5 additions and 23 deletions
23
pubspec.lock
23
pubspec.lock
|
@ -755,21 +755,7 @@ packages:
|
|||
name: permission_handler
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "9.2.0"
|
||||
permission_handler_android:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: permission_handler_android
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "9.0.2"
|
||||
permission_handler_apple:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: permission_handler_apple
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "9.0.2"
|
||||
version: "8.3.0"
|
||||
permission_handler_platform_interface:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -777,13 +763,6 @@ packages:
|
|||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "3.7.0"
|
||||
permission_handler_windows:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: permission_handler_windows
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.1.0"
|
||||
petitparser:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -58,7 +58,10 @@ dependencies:
|
|||
panorama: 0.4.0
|
||||
pdf:
|
||||
percent_indicator:
|
||||
permission_handler:
|
||||
# TODO TLAD as of 2022/03/03, latest version (permission_handler v9.2.0 + permission_handler_android v9.0.2)
|
||||
# includes a bad PR: https://github.com/Baseflow/flutter-permission-handler/pull/765
|
||||
# that broke writing on the main storage on Android Q when targeting a later release
|
||||
permission_handler: 8.3.0
|
||||
printing:
|
||||
provider:
|
||||
screen_brightness:
|
||||
|
|
Loading…
Reference in a new issue