vector_graphics 1.0.0 copy "vector_graphics: ^1.0.0" to clipboard
vector_graphics: ^1.0.0 copied to clipboard

A vector graphics rendering package for Flutter.

CHANGELOG #

1.0.0 #

  • Stable release.
  • Use ImageCache for images.
  • Bug fixes for image rendering.
  • Better support for synchronous usage in testing.
  • Make clipping the viewbox optional.

0.0.3 #

  • Improvements to CLI utilities.
  • Dispose unused objects.
  • Improved support for HTML backend.
  • Less aggressive rasterization strategy for flutter_svg compatibility.

0.0.2 #

  • Support for drawing images

0.0.1 #

  • Added VectorGraphic which consumes encoded vector graphics assets using a BytesLoader.
  • Added AssetBytesLoader and NetworkBytesLoader as example loader implementations.

0.0.0 #

  • Create repository