Using flutter web, need to access a local file from PC whose path is fixed. May be user can set permission once and then it automatically picks the file from that fixed path every time on its own?
Asked
Active
Viewed 265 times
1 Answers
0
This should already be supported out of the box by the file_picker plugin, which also works with flutter web?

Paul Mundt
- 459
- 6
- 9
-
But does it allow to hardcode the path to pick the file from and not ask user to pick the file? – Marium Hashmi Jun 25 '21 at 04:48
-
Ah, now I understand what you mean. No, I don't think that's possible given the lack of dart:io support. – Paul Mundt Jun 25 '21 at 20:10