Multiplatformní vývoj Flutter aplikací

Streams & Dependency Injection

This seminar will be about streams in Dart, where we will learn how to listen to them and manipulate with them (mapping, filtration, switch-mapping). We will also learn how to use streams in widgets with the help of StreamBuilder widget. In addition, on this seminar we will talk about dependency injection (DI) and inversion of control (IOC) in dart. Dart package called get_it will help us with these concepts.

Key Widget

  • StreamBuilder