flutter_svg
library
Classes
-
Cache
-
The cache for decoded SVGs.
-
ColorMapper
-
A class that transforms from one color to another during SVG parsing.
-
PictureProvider
-
Deprecated class, will be removed, does not do anything.
-
Svg
-
A utility class for decoding SVG data to a
DrawableRoot
or a PictureInfo
.
-
SvgCacheKey
-
A SvgTheme aware cache key.
-
SvgLoader<T>
-
A
BytesLoader
that parses a SVG data in an isolate and creates a
vector_graphics binary representation.
-
SvgStringLoader
-
A
BytesLoader
that parses an SVG string in an isolate and creates a
vector_graphics binary representation.
-
SvgTheme
-
A theme used when decoding an SVG picture.
Properties
-
svg
→ Svg
-
Instance for Svg's utility methods, which can produce a
DrawableRoot
or PictureInfo
from String or Uint8List.
final