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

Should support the "package:" parameter #37

Open simplenotezy opened 1 year ago

simplenotezy commented 1 year ago

Should support the "package" parameter, so you can do e.g.


Svg(
  'some-asset.svg',
  package: 'some_third_party_package',
),
brenoasm commented 1 year ago

Any update on this? We've been using this package for a while and now a can't make it work with local assets anymore.