dartgenerate 2.1.0
dartgenerate: ^2.1.0 copied to clipboard
An inline generator collection for Dart.
2.1.0 #
- Support Dart v3.7.0 styling. Thanks @jonaslundquist. Set
formatter_version
to3.7.0
to apply. - Better support for Maps and Lists with custom data types.
2.0.3 #
- Write files only if they are changed. Triggers LSP less to look for changes.
2.0.2 #
- Support nullable map parsing for real
2.0.1 #
- Support nullable map parsing
2.0.0 #
- Dart 3 support. Thanks @hedblad.
- Null safety improvements.
- Binary file embedding.
1.0.0 #
- Initial version