- 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" dependency: "direct main"
description: description:
path: "." path: "."
ref: HEAD ref: master
resolved-ref: fbf68e4bb5cb3e262d8f8ebe10b2f8449ff8e030 resolved-ref: "3715df103b68f5d684371376a399c8f8ed00e83d"
url: "https://github.com/crazecoder/open_file" url: "https://github.com/linloir/open_file"
source: git source: git
version: "3.2.2" version: "3.2.3"
path: path:
dependency: "direct main" dependency: "direct main"
description: description:

View File

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