Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 331 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 331 Bytes

bloc_project

BLOC(Business Logic Component)

This projects demonstrates how you can manage the state of your app with DTos considered using the bloc pattern which covers the use of

  • Streams (sink and streams)

  • StreamController

  • StreamBuilder

  • certain methods that the stream controller provides (onListen , add, .....)