Select image from gallery or storage

what is the easiest way to have user select an image ?

the file can be placed anywhere that makes it easy to access.

Alternatively: it would work if the filename was made exactly and the file placed exactly so the app just looks in a specific location
example set background image to file:///storage/emulated/0/DCIM/image1.jpg

important here is to be able to implement an image after the build.

saving in TinyDB seems to be quirky at best.

can Easily save a filename from image picker and persist that to reload on next start?

the list picker selection can be saved to a variable or TinyDB and retrieved without an issue, but indirectly. the app saves it to its own directory then refers to that copy.

easy enough :slight_smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.