feat(flows): native file dialog for flow file inputs
Some checks failed
Security / Security check (push) Failing after 2s
Some checks failed
Security / Security check (push) Failing after 2s
Wires the editor's new onPickFile host callback to file_picker (withData: the editor receives name + bytes, never a raw path). Pins chain_studio_flow_editor to v0.23.0. No more typing absolute paths to feed a flow a file. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
065939be74
commit
adb8d3f914
3 changed files with 17 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ dependencies:
|
|||
# Tag-pinned so a CI (override-free) build is reproducible and an
|
||||
# editor push can't retroactively change what a Studio release
|
||||
# builds against. Bump this in lockstep with the editor tag.
|
||||
ref: v0.22.0
|
||||
ref: v0.23.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue