Closed amake closed 3 years ago
As I mentioned at https://github.com/hpoul/file_picker_writable/issues/16#issuecomment-812502955 I would like to be able to use FileInfo to describe files that exist but that we haven't tried to read the contents of yet. Currently the requirement of a non-null File member in FileInfo prevents that.
FileInfo
File
Thanks 👍
As I mentioned at https://github.com/hpoul/file_picker_writable/issues/16#issuecomment-812502955 I would like to be able to use
FileInfo
to describe files that exist but that we haven't tried to read the contents of yet. Currently the requirement of a non-nullFile
member inFileInfo
prevents that.