flutter_svg_image library
Classes
- BytesLoader
- An interface that can be implemented to support decoding vector graphic binary assets from different byte sources.
- ColorMapper
- DefaultSvgTheme
-
The SVG theme to apply to descendant
SvgPicture
widgets which don't have explicit theme values. - FlutterSvg
-
A utility class for decoding SVG data to a
DrawableRoot
or a PictureInfo. - FlutterSvgCache
- The cache for decoded SVGs.
- FlutterSvgImage
- A widget that will parse SVG data for rendering on screen.
- PictureInfo
- The deocded result of a vector graphics asset.
- PictureProvider
- Deprecated class, will be removed, does not do anything.
- SvgAssetLoader
- SvgBytesLoader
- SvgCacheKey
- SvgFileLoader
-
SvgLoader<
T> - SvgNetworkLoader
- SvgStringLoader
- SvgTheme
- VectorGraphicUtilities
- Utility functionality for interaction with vector graphic assets.
Constants
- vg → const VectorGraphicUtilities
- The VectorGraphicUtilities instance.
Properties
- svg → FlutterSvg
-
Instance for
Svg
's utility methods, which can produce aDrawableRoot
or PictureInfo from String or Uint8List.final