json_serializable_generator 1.0.1 copy "json_serializable_generator: ^1.0.1" to clipboard
json_serializable_generator: ^1.0.1 copied to clipboard

This generator creates a safe way to serialize and deserialize json strings using a simple JSON schema.

CHANGELOG #

1.0.1 #

  • make generated member names lowerCamelCase to match dart analyzer needs
  • remove 'dart:mirrors' dependency to be flutter compatible
  • sort imports for generated resources
  • fix double and int type handling

1.0.0 #

  • added flutter configuration to readme
  • add copy method to modify instances

1.0.0-rc2 #

  • added example
  • format code
  • switch to pedantic analysis options
  • update package description

1.0.0-rc1 #

  • initial release
  • generation of model classes specified by a JSON schema
4
likes
40
pub points
18%
popularity

Publisher

unverified uploader

This generator creates a safe way to serialize and deserialize json strings using a simple JSON schema.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

build, meta

More

Packages that depend on json_serializable_generator