Hello, i’m a complete beginner and so far i managed to store text datas from the user and use it in my app using TinyDB which is really simple to use. But now i have a problem, how do i do the exact same for the user pictures? I just want my user to upload the picture with ImagePicker (locally, no external or something that needs internet) he wants and then show his picture in a screen of my app. (the picture must stay even if the user close the app. Exactly like TinyDB.)
Thank you for anyone helping me. I’m sorry for this question which has probably been asked multiple times already but i cant seem to find help.