yang-f / flutter_svg_provider

Use svg as image provider.
https://pub.dev/packages/flutter_svg_provider
Apache License 2.0
47 stars 72 forks source link

SvgSource.file not working for me #36

Open ishafiul opened 1 year ago

ishafiul commented 1 year ago

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