-
Notifications
You must be signed in to change notification settings - Fork 459
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
SvgPicture.network - Unhandled Exception: HttpException: Could not get network asset #881
Comments
I'm trying to remember how this works with |
Thank you for your quick reply, @dnfield.
Let me know what you think. |
What am I doing wrong? |
Ok. To do what you want here, you'd need some kind of Right now that's not implemented but probably isn't too hard. |
I, and I'm sure all of your other very grateful users, would really appreciate it if you did that. |
Any news here? |
This has been waiting on dnfield/vector_graphics#196 |
Ah my bad! Thank you so much for your work :)
…On Mon, 10 Apr 2023 at 18:48, Dan Field ***@***.***> wrote:
This has been waiting on dnfield/vector_graphics#196
<dnfield/vector_graphics#196>
—
Reply to this email directly, view it on GitHub
<#881 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6F2KHSX45PWKFHSG7PN6W3XAQ2UJANCNFSM6AAAAAAVYY4QF4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Next steps will be to publish new vector_graphics* and then use it in flutter_svg. |
Thanks for your hard work! Seems like vector_graphics is all set, can this be pulled into flutter_svg? |
any news on this? |
When using
SvgPicture.Network
and the image could not be found, it throws the unhandled exception:Unhandled Exception: HttpException: Could not get network asset, uri = http://127.0.0.1:1323/icon/person.svg
Version 2.0.3.
Could be fixed with try/catch and a parameter
onException
(asplaceholderBuilder
doesn't seem to affect it).The text was updated successfully, but these errors were encountered: