flutter_svg_provider
flutter_svg_provider copied to clipboard
SvgSource.file not working for me
im trying to create a imageProvider for container. and i need to pass svg code directly. so i tried like this
Svg(
'<svg .....> </svg>',
source: SvgSource.file,
)
but for some reason its not working