json_serializable_type_helper_utils 6.0.1
json_serializable_type_helper_utils: ^6.0.1 copied to clipboard
Helper package for adding TypeHelpers to json_serializable. Can be used to add support for container types like collections.
6.0.1 #
- CHORE: fix lint issues
6.0.0 #
- Dart 3 support
- Update json_serializable to ^6.9.4
- Update analyzer to ^7.3.0
- Update source_gen to ^2.0.0
5.1.2 #
- CHORE: update dependencies
5.1.1 #
- CHORE: update lints, analyzer
5.1.0 #
- FEAT: analyzer 3.0.0.
5.0.0 #
- json_serializable 6.0.0 support
4.0.0 #
- json_serializable 5.0.0 support
3.0.0 #
- introduce abstract typehelper classes that make it much easier to add custom list/map types
2.0.0-nullsafety.1 #
- relax analyser version
2.0.0-nullsafety.0 #
- null safety migration
1.0.1 #
- support newest analyzer version
1.0.0 #
- Initial version