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

Stateless

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