this post was submitted on 15 Jun 2023
6 points (100.0% liked)

Dart Programming Language

132 readers
1 users here now

This sublemmy is a place for everything related to the Dart programming language and its tools besides Flutter (use [email protected] for that)

founded 1 year ago
MODERATORS
 

I've been using the new pattern matching from Dart 3 a lot since the release, and I want to share how much better the experience of writing Dart became for me. I completely replaced Freezed with Dart sealed classes, and they're joyful to use too!

I love Dart!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] problematicconsumer 2 points 1 year ago (1 children)

I have the same question. Using Dart native solutions and reducing code gen is definitely preferred but freezed isn't easy to replace

[โ€“] fperson 3 points 1 year ago

Replied above for a better comment hierarchy. Feel free to comment there if you have any questions/thoughts!