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

State

Create a controller for a custom widget

2021-03-07 by marc
Flutter custom widget controller

This tutorial shows how to create a custom controller for a self-implemented widget to manage its state from the outside.

Categories Tutorials Tags Controller, Dart 2.12.0, Flutter 2.0.1, State, Widget 2 Comments