name: path_parsing | |
description: > | |
A Dart library to help with SVG Path parsing and code generation. Used by Flutter SVG. | |
repository: https://github.com/flutter/packages/tree/main/third_party/packages/path_parsing | |
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_parsing%22 | |
version: 1.1.0 | |
environment: | |
sdk: ^3.3.0 | |
dependencies: | |
meta: ^1.3.0 | |
vector_math: ^2.1.0 | |
dev_dependencies: | |
path: ^1.8.0 | |
test: ^1.16.0 | |
topics: | |
- svg | |
- vector-graphics |