flutter_svg icon indicating copy to clipboard operation
flutter_svg copied to clipboard

Invalid double 4mm

Open djpnewton opened this issue 3 years ago • 6 comments

SvgPicture is generating a FormatException on a basic svg generated by a python QR code to SVG library

════════ Exception caught by widgets library ═══════════════════════════════════
Invalid double
4mm
The relevant error-causing widget was
SvgPicture
security.dart:83
════════════════════════════════════════════════════════════════════════════════

djpnewton avatar Apr 18 '23 21:04 djpnewton

Facing same issue

FormatException: Invalid double

100%

Jyoshnarani avatar May 01 '23 06:05 Jyoshnarani

Facing same issue

FormatException: Invalid double

100%

This issue is resolved for me.

There is a problem in the image. Issues are on the server side. So try with another image and it's worked.

Jyoshnarani avatar May 01 '23 07:05 Jyoshnarani

There is a problem in the image. Issues are on the server side. So try with another image and it's worked.

I dont understand what you mean?

djpnewton avatar May 02 '23 04:05 djpnewton

The server didn't accept double the value for a key in input body

Jyoshnarani avatar Jun 23 '23 06:06 Jyoshnarani

it works on vector_graphics_compiler: 1.1.7

but throw error on 1.1.9

Invalid double
4e

shanelau avatar Oct 23 '23 10:10 shanelau

For Me its worked when I allowed from server.

Any way Its working so we can close this.

Jyoshnarani avatar Oct 27 '23 04:10 Jyoshnarani