How to download SQLITE DB from URL and set it to be used in FlutterFlow?

General Conversations

I want my app to download a .db file from a URL to be used as the main SQLite database in FlutterFlow.

Please correct me if I'm wrong:

  1. There is no built-in method/action to download files from external URLs and store them for later retrieval.

  2. FlutterFlow doesn't allow programmatically setting the SQLite database to use. It's a manual procedure.

Regarding the first point, I guess one could write a custom action, but what about the second point? Is there a workaround?

3
3 replies