json_converter 2.0.1 copy "json_converter: ^2.0.1" to clipboard
json_converter: ^2.0.1 copied to clipboard

JSON converters for bytes when using the json_serializable package.

2.0.1 #

  • Updated lints.

2.0.0 #

BREAKING CHANGES:

  • Uint8ListConverter is non-nullable (use NullableUint8ListConverter for nullable fields).
  • removed Uint8ListListConverter (class-level annotation should work instead)
  • removed urlSafe constructor parameter, use .urlSafe constructors if needed.

1.1.0 #

  • Migrated to null safety.

1.0.2 #

  • Minor breaking change: Fix typo in API.

1.0.1 #

  • Separate URL-safe constructor for frameworks that doesn't accept parameters in annotations.

1.0.0 #

  • Initial release: Uint8List converters.
2
likes
150
pub points
71%
popularity

Publisher

verified publisheragilord.com

JSON converters for bytes when using the json_serializable package.

Repository (GitHub)
View/report issues

Topics

#json #encoder #bytes

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

json_annotation

More

Packages that depend on json_converter