diff --git a/third_party/packages/path_parsing/CHANGELOG.md b/third_party/packages/path_parsing/CHANGELOG.md index 72251a67cd1..3e514508376 100644 --- a/third_party/packages/path_parsing/CHANGELOG.md +++ b/third_party/packages/path_parsing/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.3 + +* Updates README.md. + ## 1.0.2 * Transfers the package source from https://github.com/google/process.dart to diff --git a/third_party/packages/path_parsing/README.md b/third_party/packages/path_parsing/README.md index 9f725f69396..59412881a04 100644 --- a/third_party/packages/path_parsing/README.md +++ b/third_party/packages/path_parsing/README.md @@ -3,3 +3,12 @@ Split from the Flutter path drawing library to create a pure Dart parsing library for SVG paths and code generation (without dependencies on Flutter runtime). + +## Commemoration + +This package was originally authored by +[Dan Field](https://github.com/dnfield) and has been forked here from +[dnfield/dart_path_parsing](https://github.com/dnfield/dart_path_parsing). +Dan was a member of the Flutter team at Google from 2018 until his death +in 2024. Dan’s impact and contributions to Flutter were immeasurable, and +we honor his memory by continuing to publish and maintain this package. diff --git a/third_party/packages/path_parsing/pubspec.yaml b/third_party/packages/path_parsing/pubspec.yaml index 49bc7b2b55a..a77947c65d4 100644 --- a/third_party/packages/path_parsing/pubspec.yaml +++ b/third_party/packages/path_parsing/pubspec.yaml @@ -3,7 +3,7 @@ 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.0.2 +version: 1.0.3 environment: sdk: ^3.3.0