I'm using flutterflow to create an app where the user can take a picture to be stored locally (and later displayed elsewhere within the app). However, the documentation only seems to offer solutions involving storing images online, when I want the entire app to be offline.
I've tried looking into app state, but it seems to only be for storing strings or small data, not media. Is there any way to store media locally and retreive it later with flutterflow?