Issue
How can it update a list view elements without doing pull-to-refresh If I'm adding an element in a dialog window or from an Api, how to add/update the list view elements automatically.
Should I use StreamBuilder?
Solution
Use state management pub like Getx
, or something with adlistener
.
Answered By - Salim Murshed
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.