mirror of
https://github.com/Linloir/Simple-TCP-Client.git
synced 2025-12-18 17:28:11 +08:00
Bug Fix:
- Change dependency open_file to self-hosted repo to fix android R specific problem: not opening file
This commit is contained in:
parent
d1507627e7
commit
bc0f3286f7
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user