File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
third_party/packages/path_parsing Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.3
2+
3+ * Updates README.md.
4+
15## 1.0.2
26
37* Transfers the package source from https://github.com/google/process.dart to
Original file line number Diff line number Diff line change 33Split from the Flutter path drawing library to create a pure Dart parsing
44library for SVG paths and code generation (without dependencies on Flutter
55runtime).
6+
7+ ## Commemoration
8+
9+ This package was originally authored by
10+ [ Dan Field] ( https://github.com/dnfield ) and has been forked here from
11+ [ dnfield/dart_path_parsing] ( https://github.com/dnfield/dart_path_parsing ) .
12+ Dan was a member of the Flutter team at Google from 2018 until his death
13+ in 2024. Dan’s impact and contributions to Flutter were immeasurable, and
14+ we honor his memory by continuing to publish and maintain this package.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: >
33 A Dart library to help with SVG Path parsing and code generation. Used by Flutter SVG.
44repository : https://github.com/flutter/packages/tree/main/third_party/packages/path_parsing
55issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_parsing%22
6- version : 1.0.2
6+ version : 1.0.3
77
88environment :
99 sdk : ^3.3.0
You can’t perform that action at this time.
0 commit comments