flutter_svg
flutter_svg copied to clipboard
svg render issues
Svg doesnt renders on flutter version 3.0.3.It doesnt shows errors but have some warning about the height and width.here is my code
SvgPicture.asset(
color: Colors.black,
height: 20.0,
width: 20.0,
allowDrawingOutsideViewBox: true,
semanticsLabel: 'My SVG Picture',
"assets/images/call.svg")
Please share the actual SVG