drift
drift copied to clipboard
Scrolling select item from DB with flutter
it would be possible to connect the scroll of flutter to the select in the db. I will explain better. I wish not all the db was loaded when the app was opened but only what you can see on the screen would be loaded. Do you have any examples on this to recommend?
You can use moor together with a package like incrementally_loading_listview by using an appropriate LIMIT on your query.