Before creating an issue, make sure that you are on the latest file_picker version and that there aren't already any similar opened inssues. Also, check if it isn't described on the Wiki, specially on Troubleshooting page.
Also, sometimes a simple flutter clean and flutter build again with latest file_picker version, may end up by fixing cached issues, so I encourage you to first do so.
Describe the bug
using the bytes flag, when trying to update an existing file, it will not write to the file if the file size is more than the bytes you are trying to write (i.e. if content was removed from the file).
Platform
[x] Android
[ ] iOS
[ ] Web
[ ] Desktop
Platform OS version
What version did it happen?
latest beta at the time of writing
Before creating an issue, make sure that you are on the latest
file_picker
version and that there aren't already any similar opened inssues. Also, check if it isn't described on the Wiki, specially on Troubleshooting page.Also, sometimes a simple
flutter clean
andflutter build
again with latest file_picker version, may end up by fixing cached issues, so I encourage you to first do so.Describe the bug using the bytes flag, when trying to update an existing file, it will not write to the file if the file size is more than the bytes you are trying to write (i.e. if content was removed from the file).
Platform
Platform OS version What version did it happen? latest beta at the time of writing
How are you picking?
(OpenFile is a texteditingcontroller)
Details to reproduce the issue See Decription
Error Log N/A
Screenshots and/or video If applicable, add screenshots or video to help explain your problem.
Flutter Version details Please, post the output of your
flutter doctor -v
, preferably, while running the issued device/simulator.Additional context Add any other context about the problem here.