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

Widget

StatelessWidget vs. StatefulWidget

2020-08-08 by marc
StatelessWidget vs. StatefulWidget

Answering one of the most frequently asked question of Flutter beginners: what is the difference between StatelessWidget and StatefulWidget?

Categories Basics Tags Dart 2.9.0, Flutter 1.20.0, Stateful, Stateless, Widget 4 Comments

How to add a border to a widget

2020-07-05 by marc
Custom borders in Flutter

This tutorial is about borders. Not only the default one, but also the fun ones that make the containing widget stand out: custom borders with gradients.

Categories Tutorials Tags Border, Dart 2.8.4, Flutter 1.17.3, Intermediate, UI, Widget Leave a comment

Reusable widgets: functions or classes?

2020-08-082020-06-12 by marc
Function or widget? Tough decision

When it comes to reusability in terms of widgets, you have the choice to use a function or a class. Let’s discuss what’s the more sustainable approach.

Categories Basics Tags Beginner, Dart 2.8.4, Flutter 1.17.3, Reusability, Widget Leave a comment