Async programming is integral to Dart and Flutter, but Futures and Streams can be confusing. Let's dig in to how Dart handles data it doesn't have yet, and what it means for Flutter when rendering UI.
We'll be kicking off our first meetup of the year at TTT Studios, who have generously donated our space for the evening – thanks! <3
This Flutter for Web app is available at https://kwight-futures-streams-slides.web.app (use arrow keys to navigate, footnote links are clickable).
Demos were done with code from this Dart repo and this Flutter repo.