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!

  • @mykl
    link
    English
    21 year ago

    Thanks, so not quite as concise as using freezed, but using plain old Dart is a very nice benefit.