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"
|
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:
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user