FilledStacks / flutter-tutorials

The repo contains the source code for all the tutorials on the FilledStacks Youtube channel.
MIT License
4.76k stars 1.76k forks source link

Build a List View with ModelView extending StreamViewModel<T> #115

Open dush999 opened 3 years ago

dush999 commented 3 years ago

Is there any example that shows how to build a List view from a stream of objects ( with StreamViewModel. List view and its items should be updated as an array of objects coming from a stream )