Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVG not displaying after upgrade to flutter 3.16.5 #58

Open
virmana opened this issue Dec 22, 2023 · 5 comments
Open

SVG not displaying after upgrade to flutter 3.16.5 #58

virmana opened this issue Dec 22, 2023 · 5 comments

Comments

@virmana
Copy link

virmana commented Dec 22, 2023

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
Copy link

pupubird commented Feb 6, 2024

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
Copy link

+1

1 similar comment
@becjit
Copy link

becjit commented Feb 10, 2024

+1

@chaitanya1243
Copy link

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

@abdifatahmuse
Copy link
Contributor

this issue was fixed #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants