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

Copy

Clone / Copy objects in Dart

2020-10-21 by marc
Copy objects Dart

Especially when working with BLoCs in Flutter, copying objects (like the previous state) becomes a regular habit. Here’s a comfortable way to do that.

Categories Basics Tags BLoC, Clone, Copy, Dart 2.10.1 2 Comments