I'm working on a 100% offline Flutterflow application, and I want to save images in my SQLite to facilitate portability and backup management.
Unfortunately, SQLite only saves images in BLOB (Binary/b64) format.
I know I need to build a custom action to convert the uploaded file, but I can't manage to do it from FlutterFlow.
It's hard to find dark packages that can simplify the implementation.
Do you have any ideas for solutions or feedback?