Skip to content

358 - Presenting Streams in Flutter

Compare
Choose a tag to compare
@vandadnp vandadnp released this 28 Sep 02:40
· 73 commits to main since this release
e1f4e1a

Just like how we presented futures in the previous tip, by implementing a present() function on AsyncSnapshot, you can easily make your Stream instances presentable in a reusable-way. The same AsyncSnapshot extension is used for presenting futures and streams. Let me show you how => https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/tipsandtricks/presenting-streams-in-flutter/presenting-streams-in-flutter.md