Figma SVG incompatibility with flutter_svg

Having trouble loading Figma-exported SVGs with flutter_svg. Flutter fails to find necessary definitions. Is there a method to export compatible SVGs for Flutter?

hey, i’ve run into this too. figma svgs can be tricky. have u tried using fluttersvg’s SvgPicture.string() instead of asset()? sometimes that works better for me. also, check if ur svg has any unsupported elements - flutter_svg doesn’t handle everything