RefreshDatabase with SQLite

Database & APIs

If I have added data to SQLite with an UpdateQuery, how can I update the ListView that displays this data? (RefreshDatabase is not offered here)

So in principle:

- On a Page there is a ListView that calls the ReadQuery "GetAllProjects" as a BackendQuery.

- Below this is a button and a TextField. The text in the text field is written with a button action and an UpdateQuery.

- Afterwards, the ListView does not display the new entry,

only when I leave the page and enter it again.

How can I update the ListView immediately after an update?

What have you tried so far?

Tried to call "RefreshDatabase" (as with Supabase), but I can not select "RefreshDatabase" with SQLite.

Did you check FlutterFlow's Documentation for this topic?
Yes
4
3 replies