Here’s a nice simple article explaining enhanced enums that have been around for a while but may be something overlooked. Between these and sealed classes I think Dart has an excellent story for pattern matching.

  • Rexios@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    11 months ago

    How exactly does freezed not support them? All data on an enhanced enum is static.

      • Rexios@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        11 months ago

        I’m not sure enhanced enums do what you think they do if you expect freezed to generate anything for them besides what json_serializable generates for regular enums

        • anlumo@feddit.de
          link
          fedilink
          English
          arrow-up
          1
          ·
          11 months ago

          The whole point of the discussion is that enhanced enums don’t do anything in practice.

          • Problematic Consumer@lemmy.worldM
            link
            fedilink
            arrow-up
            1
            ·
            11 months ago

            Instead of writing verbose extensions and functions all over the place you can use enhanced enums. I mean what else are they supposed to do?