We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Reactive Flutter: Stream Architectures for Flutter Apps

Formal Metadata

Title
Reactive Flutter: Stream Architectures for Flutter Apps
Alternative Title
Build a reactive Flutter App
Title of Series
Number of Parts
90
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Interested in Flutter, but love RxJava and MVI? Curious about how to structure Flutter apps? If so, join along as we explore how to architect apps using using Dart Streams! We'll cover the basics of Streams, how to beef up their power with RxDart, and how to create a Reactive Application with these patterns. This talk will cover the Bloc pattern introduced by Google. It's similar to MVI, and helps layer your apps, allowing you to write business logic that works flawlessly across three platforms: iOS, Android, and web. Come learn a bit more about Flutter and the architecture patterns that can help give your apps a testable, reusable, and cohesive structure!