-
Notifications
You must be signed in to change notification settings - Fork 72
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
Comments
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',
),
),
),
... |
+1 |
1 similar comment
+1 |
The same issue is in 3.16.9(the latest as of now). |
this issue was fixed #51 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 .
The text was updated successfully, but these errors were encountered: