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

Service

Using BLoC pattern with service layer

2020-10-142020-10-14 by marc
Flutter BLoC add service layer

A BLoC does often have external dependencies such as services or repositories. This tutorial shows how to properly create the connection.

Categories Tutorials Tags BLoC, Dart 2.10.1, Flutter 1.22.1, Service Leave a comment