hpoul / file_picker_writable

Flutter plugin to choose files which can be read, referenced and written back at a later time.
https://pub.dev/packages/file_picker_writable
MIT License
17 stars 13 forks source link

Remove deprecated FileInfo.file and related code #18

Closed amake closed 3 years ago

amake commented 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.

hpoul commented 3 years ago

Thanks 👍