Dan Field
Dan Field
I'm not sure I understand where you'd need a try catch - and some of these errors can end up happening purely when using the C API in dart_api.h (don't...
I think ideally this behaves just like other Dart code that throws an error. I'm not quite sure I'm understanding which option would result in that, but basically it should...
> We can do something specific for our custom symbolisation tooling - but that's too narrow to be useful. What if we had the following tooling: - When generating symbol...
Could you explain a bit more about why? Of course, one option that gives you full control is to just exclude the SvgPicture from semantics and wrap it in your...
The behavior here mirrors identically that of the `Image` widget in the Flutter repository. I think the reason to make it a container is so that if it has a...
(and FWIW, changing this here would likely break 100s of tests internal to Google although I'd have to do a test run to be sure of that.)
And if this is specific to your app, it may be worth writing a `MyAppSvg` that does the wrapping the way you'd expect for your app's context.
Can you just paste the content of the SVG here directly? I can't seem to access that link properly.
Your SVG has multiple nested SVG elements. that's not supported at this time. You could probably get away with just changing all the nested `` tags to ``s. None of...