json_converter 2.0.1

SDKdartflutter
Platformandroidioswindowslinuxmacosweb

JSON converters for bytes when using the json_serializable package.

JSON converters for package:json_serializable.

Converters for Uint8List (bytes):

  • Uint8ListBase64Converter (base64, non-nullable)
  • NullableUint8ListBase64Converter (base64, nullable)