vm_class_gen 3.5.0+11 copy "vm_class_gen: ^3.5.0+11" to clipboard
vm_class_gen: ^3.5.0+11 copied to clipboard

Generator for `VmClass`.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.5.0+11 - 2025-04-05 #

Added #

  1. Added Equitable.props to excluded options for generation.

3.4.1+10 - 2025-03-28 #

Fixed #

  1. Generation for mixin error.

3.4.0+9 - 2025-03-28 #

Changed #

  1. Bump vm_class_annotation version to >=2.2.0 <2.3.0.

3.3.0+8 - 2025-03-24 #

Added #

  1. Support for @VmClassGenField.ignore() to exclude fields from toStringProps.

3.2.0+7 - 2025-03-24 #

Changed #

  1. Excluded static filed from generated toStringProps.

3.1.1+6 - 2025-03-24 #

Changed #

  1. Bump vm_class dependency version.

3.1.0+5 - 2025-03-24 #

Fixed #

  1. Build errors.

3.0.0+4 - 2025-03-23 #

Changed #

  1. Way to define toStringProps.

2.0.2+4 - 2025-03-23 #

Removed #

  1. Unnecessary dependencies.

2.0.2+3 - 2025-03-23 #

Changed #

  1. Analyzer package version to '>=6.9.0 <8.0.0'.

Added #

  1. Missing dependency for lints in pubspec.yaml.

2.0.1 - 2025-03-22 #

Changed #

  1. Bump dependencies to 2.0.1.

2.0.0 - 2025-03-22 #

Added #

  1. Generator for VmClassGen annotation.