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

Don't limit file name length to 30 letters #34

Open andj207 opened 2 years ago

andj207 commented 2 years ago

My app need to create a file with a longer name than 30, and it is stripped out and has no file extension.

manaspratap commented 1 year ago

Hey @andj207, until PR 36 is merged, you could override it like below:

dependency_overrides:
   file_picker_writable:
     git:
       url: https://github.com/manaspratap/file_picker_writable