auto_mappr 1.2.0 copy "auto_mappr: ^1.2.0" to clipboard
auto_mappr: ^1.2.0 copied to clipboard

Code generation for mapping between different objects with ease.

1.2.0 #

  • Adhere lints to netglade_analysis 1.2.0.
  • Use tear-offs when possible.
  • Omit map when possible.
  • Omit null check of non-nullable when possible.

1.1.2 #

  • Update exception messages to include suggestions for troubleshooting.
  • Add a Discord link to README.

1.1.1 #

  • Add about section to README.
  • Add a note about using generated source and target classes.

1.1.0 #

  • Add support for generics.

1.0.1 #

  • Fix pub.dev issues.

1.0.0 #

  • Initial version.
  • Add primitive objects mapping
  • Add complex objects mapping
  • Add field mapping
  • Add custom mapping
  • Add ignoring mapping
  • Add list-like objects mapping
  • Add maps objects mapping
  • Add default field value
  • Add default object value
  • Add constructor selection
  • Add positional and named constructor parameters
  • Add mapping to target (constructor parameters or public setters)
  • Add mapping from source (public instance or static getters)
  • Add nullability handling
  • Add works with equatable
  • Add works with json_serializable