Flutter online tools

Image:

  1. Remove style tag for SVG image
   ════════ Exception caught by SVG ═══════════════════════════════════════════════
The following UnimplementedError was thrown in parseSvgElement:
The <style> element is not implemented in this library.

Style elements are not supported by this library and the requested SVG may not render as intended.

If possible, ensure the SVG uses inline styles and/or attributes (which are supported), or use a preprocessing utility such as svgcleaner to inline the styles for you.
2

Picture key: AssetBundlePictureKey(bundle: PlatformAssetBundle#ba1c1(), name: "assets/svg/test.svg", colorFilter: null)
════════════════════════════════════════════════════════════════════════════════

Clean SVG

Note: Enable Remove Style elemets

Model

Json to Dart

Comments !

Links

Social