svg_path_parser 1.0.0 copy "svg_path_parser: ^1.0.0" to clipboard
svg_path_parser: ^1.0.0 copied to clipboard

outdated

A Flutter/Dart utility to parse an SVG path into a equivalent Path object from dart:ui library.

[1.0.0] - 7-March-2021 #

  • Added null safety support
  • Fixed unable to parse the sequence H 4 and similar. issue
  • Fix Typo in README

[0.1.1] - 31-May-2020 #

  • Added flag failSilently to parseSvgPath which will return an empty Path object if the provided path is invalid.

[0.1.0] - 18-April-2020 #

Changes:

  • Added example
  • Added Testcase for Parser
  • Added Docs for Parser

[0.0.9] - 17-April-2020 #

  • Initial Development release.
    • Added Testcase
54
likes
0
pub points
92%
popularity

Publisher

verified publishermasterashu.codes

A Flutter/Dart utility to parse an SVG path into a equivalent Path object from dart:ui library.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, string_scanner

More

Packages that depend on svg_path_parser