- Change dependency open_file to self-hosted repo to fix android R specific problem: not opening file
This commit is contained in:
Linloir 2022-10-23 13:46:40 +08:00
parent d1507627e7
commit bc0f3286f7
No known key found for this signature in database
GPG Key ID: 58EEB209A0F2C366
2 changed files with 6 additions and 5 deletions

View File

@ -223,11 +223,11 @@ packages:
dependency: "direct main"
description:
path: "."
ref: HEAD
resolved-ref: fbf68e4bb5cb3e262d8f8ebe10b2f8449ff8e030
url: "https://github.com/crazecoder/open_file"
ref: master
resolved-ref: "3715df103b68f5d684371376a399c8f8ed00e83d"
url: "https://github.com/linloir/open_file"
source: git
version: "3.2.2"
version: "3.2.3"
path:
dependency: "direct main"
description:

View File

@ -45,7 +45,8 @@ dependencies:
file_picker: ^5.2.1
open_file:
git:
url: https://github.com/crazecoder/open_file
url: https://github.com/linloir/open_file
ref: master
shared_preferences: ^2.0.15
loading_indicator: ^3.1.0
async: ^2.9.0