sum_types_generator 0.1.2
sum_types_generator: ^0.1.2 copied to clipboard
A code generator enabling sum-types in Dart.
0.1.2 #
- Integrate an example into the package.
0.1.1 #
- Update a dependency:
analyzer: ^0.38.1. - Apply the default
dartfmtformatting. - Add a change-log file.
0.1.0 #
-
Implement the sum-types generator allowing
- default case-names,
- no-payload cases,
- recursive sum-types.
Does not support generic sum-types.