yang-f / flutter_svg_provider

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

SVG not displaying after upgrade to flutter 3.16.5 #58

Open virmana opened 8 months ago

virmana commented 8 months ago

Hi ,

After upgrade flutter to 3.16.5 from 3.13.9 , the SVGs not displaying anymore .

was working perfectly in 3.13.9.

Thank you .

pupubird commented 6 months ago

Same isse, below is the code to reproduce

Container(
        height: 240,
        decoration: const BoxDecoration(
          image: DecorationImage(
            fit: BoxFit.cover,
            image: Svg(
              'assets/rewards_cover.svg',
            ),
          ),
        ),
...
leonludwig commented 6 months ago

+1

becjit commented 6 months ago

+1

chaitanya1243 commented 6 months ago

The same issue is in 3.16.9(the latest as of now). Anyone has any idea why is this happening?

abdifatahmuse commented 4 months ago

this issue was fixed #51