vector_graphics icon indicating copy to clipboard operation
vector_graphics copied to clipboard

feat: remove unnecessary 'tryParse' on parseDouble

Open fransdhinta opened this issue 1 year ago • 1 comments

There is some issue while calling parseDouble like this: https://github.com/dnfield/vector_graphics/issues/209 I suggest a fix to change the return of parseDouble to always double.tryParse so that it will return null instead of throwing an error if it parses an invalid String

fransdhinta avatar Oct 03 '24 06:10 fransdhinta

Hi there, The Flutter team is now maintaining these packages in the flutter/packages repository at packages/vector_graphics and packages/vector_graphics_compiler. We'd appreciate it if you could direct this PR to those locations instead. Thanks!

zanderso avatar Nov 01 '24 21:11 zanderso