flutter_svg_provider library

Classes

Svg
Rasterizes given svg picture for displaying in Image widget:
SvgImageKey

Enums

SvgSource
An Enum of the possible image path sources.

Typedefs

SvgStringGetter = Future<String?> Function(SvgImageKey key)
Get svg string.