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

📝 removed filename length restriction #36

Open manaspratap opened 1 year ago

manaspratap commented 1 year ago

Hey @hpoul, I needed to create file names with length longer than 30. Hence made this change and raised this PR.

Also a solution to https://github.com/hpoul/file_picker_writable/issues/34.