File tree 3 files changed +14
-1
lines changed
third_party/packages/path_parsing 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
+
1
5
## 1.0.2
2
6
3
7
* Transfers the package source from https://github.com/google/process.dart to
Original file line number Diff line number Diff line change 3
3
Split from the Flutter path drawing library to create a pure Dart parsing
4
4
library for SVG paths and code generation (without dependencies on Flutter
5
5
runtime).
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: >
3
3
A Dart library to help with SVG Path parsing and code generation. Used by Flutter SVG.
4
4
repository : https://github.com/flutter/packages/tree/main/third_party/packages/path_parsing
5
5
issue_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
7
7
8
8
environment :
9
9
sdk : ^3.3.0
You can’t perform that action at this time.
0 commit comments