Skip to content
  • Home
  • Tutorials
  • Troubleshooting
  • Flutter basics
  • Tools
    • SVG to Flutter path converter
  • About me
  • Imprint
Flutter Clutter

Flutter Clutter

Tutorials and troubleshooting for Google's fast-growing UI toolkit

Architecture

Applying the BLoC pattern in practice

2020-10-082020-10-07 by marc
Flutter apply BLoC pattern

In this tutorial, we are going to apply the BLoC pattern to an existing app, making it maintainable and testable.

Categories Tutorials Tags Architecture, BLoC, Dart 2.10.0, Flutter 1.21.0, State Management Leave a comment