flutter logo

Flutter by Example

  • Tutorials
  • Contributors
  • Blog
  • Book

Complete source code

on Saturday, 25th of July, 2020

The complete source code can be found here.


  • previous: What are blocs?
  • next: Create a bloc provider

Join thousands of Flutter developers.

Sign up for infrequent updates about Flutter and Dart.

  • Elsewhere:

  • YouTube Channel
  • Twitter
  • Github
  • Book
flutter in action book cover

You can get all this content and more in one place. Check out my new book Flutter in Action

  • © 2018-2020 Eric Windmill
  • about the project (readme)
  • contact us

State Management: Blocs without Libraries

  1. What are blocs?
  2. Calendar App introduction
  3. Create bloc one
  4. Create a bloc provider
  5. Using StreamBuilders with blocs
  6. Create bloc two: Add/Edit Tasks
  7. Consume the second bloc's streams
  8. Complete source code