IconVG renderer
This package contains these potentially useful APIs:
-
The
IconVG
widget, which is likeIconImage
but forIconVG
assets. -
The
IconVGImage
widget, which is likeImage
but forIconVG
assets. -
The
RawIconVGImage
widget, which is likeIconVGImage
but works with raw bytes instead of an asset name. -
The
IconVGFile
class, which parses IconVG files and provides aPicture
. -
The
PicturePainter
widget, which rendersPicture
s.
The widgets are available via package:iconvg/widgets.dart
, and the
parser via package:iconvg/decoder.dart
.