Skip to content

Commit e55be96

Browse files
authored
Updates path_parsing README.md with a note about Dan (#7949)
1 parent cd7a810 commit e55be96

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

third_party/packages/path_parsing/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

third_party/packages/path_parsing/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@
33
Split from the Flutter path drawing library to create a pure Dart parsing
44
library for SVG paths and code generation (without dependencies on Flutter
55
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.

third_party/packages/path_parsing/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >
33
A Dart library to help with SVG Path parsing and code generation. Used by Flutter SVG.
44
repository: https://github.com/flutter/packages/tree/main/third_party/packages/path_parsing
55
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
77

88
environment:
99
sdk: ^3.3.0

0 commit comments

Comments
 (0)