Dan Field

Results 553 comments of Dan Field

Supporting that is on my list of things to do but it's not super high priority at the moment and I'm not sure when I'll get to it.

I'm trying to remember how this works with `Image.network`. But.. I think throwing an exception is the right thing to do here?

Ok. To do what you want here, you'd need some kind of `errorBuilder` parameter on the SvgPicture.network constructor. Right now that's not implemented but probably isn't too hard.

This has been waiting on https://github.com/dnfield/vector_graphics/pull/196

Next steps will be to publish new vector_graphics* and then use it in flutter_svg.

It is not implemented in this library. I'm open to it but don't get this request all that often.

Please share a reproduction.

I'm not sure I understand what the bug you're reporting is. I ran the sample project and it seems to render?

Looks like this got lost in the readme updates. I'll add it back. In the mean time here is a code snippet that should work: ``` final pictureInfo = await...

> Also, `vg.loadPicture` seems to require build context. Is there any reason why we can have fromSvgString back in? Build context is nullable.