match 0.4.1
match: ^0.4.1 copied to clipboard
Dart library with match annotation for generating custom match extensions and extension methods for dart builtin types
0.4.1 #
- upgrade dependencies
0.4.0 #
- dart null safety
0.3.1 #
- updated README with for new generated @required match and matchAny
0.3.0 #
- exporting dart meta package to use @required in generated match.
0.2.0 #
- breaking: changed how match works for builtin types, breaking String.match.
- added match extension int and double.
0.1.0 #
- initial version