vector_graphics_codec library

Classes

ControlPointTypes
enumeration of the types of control points accepted by VectorGraphicsCodec.writePath.
DecodeResponse
ImageFormatTypes
Enumeration of the types of image data accepted by VectorGraphicsCodec.writeImage.
VectorGraphicsBuffer
Write-only buffer for incrementally building a ByteData instance.
VectorGraphicsCodec
The VectorGraphicsCodec provides support for both encoding and decoding the vector_graphics binary format.
VectorGraphicsCodecListener
Implement this listener class to support decoding of vector_graphics binary assets.

Constants

kLineThroughMask → const int
The mask constant for a line through or strike text decoration.
kNoTextDecorationMask → const int
The mask used to clear text decorations.
kOverlineMask → const int
The mask constant for an overline text decoration.
kUnderlineMask → const int
The mask for an underline text decoration.

Typedefs

VectorGraphicsErrorListener = void Function(Object error, StackTrace? stackTrace)
The signature for an error callback if an error occurs during image decoding.