bksubhuti / tipitaka-pali-reader

A Pali Reading app made in Flutter
21 stars 5 forks source link

android flashcard export file writing inconstant #194

Closed bksubhuti closed 11 months ago

bksubhuti commented 1 year ago

Something is not right about writing the file. Sometimes it works, sometimes it does not work. Seems like writing to SD card is easier to accomplish. Need to look at the permissions.

Permissions are being asked every time one wants to write even though permissions are listed as granted..

bksubhuti commented 1 year ago

Because the file_picker is buggy, we will try to write to the media directory directly without using this package in Android build 57.

bksubhuti commented 11 months ago

upgraded to 3.13.x and it seems to work on windows.. I'll see how android works later.