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

Flutter 1.22.1

Implementing a lotto retrospective app

2020-11-16 by marc
Flutter lotto retrospective app

Learn how to implement an app that tells you how much money you would have won or lost if you had played lotto with you chosen numbers.

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

Creating a geo map quiz game

2020-11-072020-11-07 by marc
Flutter geo guesser game

Tutorial on how to use the OSM (Overpass) API to fetch some geo data and embed a map into a Flutter app to create a quiz game!

Categories Tutorials Tags App, Dart 2.10.1, Flutter 1.22.1, Game, Map, OpenStreetMap, OSM Leave a comment

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