ae203771创建于 2025年11月13日历史提交
文件最后提交记录最后更新时间
Update repo for 3.38 (#10405) Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.38 release (except the first one, which the stable roller will handle). This includes a lot of autoformat changes, because the N-2 is now 3.32, which means many packages are now being updated to a min Dart SDK of 3.8, triggering a formatter behavior change.6 个月前
[various] Updates min SDK for third_party/packages to 3.29 (#9819) For all packages in third_party/: - Updates the min SDK version to 3.29 - Runs the autoformatter with the new format - Runs the code-excerpt tool to pick up format changes This does not update versions because pushing format changes (even in READMEs) isn't worth doing a release that drops an SDK version (which we don't normally version) Prep for https://github.com/flutter/packages/pull/98169 个月前
[various] Updates min SDK for third_party/packages to 3.29 (#9819) For all packages in third_party/: - Updates the min SDK version to 3.29 - Runs the autoformatter with the new format - Runs the code-excerpt tool to pick up format changes This does not update versions because pushing format changes (even in READMEs) isn't worth doing a release that drops an SDK version (which we don't normally version) Prep for https://github.com/flutter/packages/pull/98169 个月前
initial commit 7 年前
Update repo for 3.38 (#10405) Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.38 release (except the first one, which the stable roller will handle). This includes a lot of autoformat changes, because the N-2 is now 3.32, which means many packages are now being updated to a min Dart SDK of 3.8, triggering a formatter behavior change.6 个月前
initial commit 7 年前
METADATA file 1 年前
Updates path_parsing README.md with a note about Dan (#7949) 1 年前
[various] Disable sandbox in Chrome dart tests (#8909) flutter test automatically disables sandbox in headless mode, but dart test does not, and the Linux CI bots no longer support the sandbox, so this turns it off explicitly for packages that don't rely on Flutter (and thus use dart test). Fixes https://github.com/flutter/flutter/issues/1656641 年前
Update repo for 3.38 (#10405) Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.38 release (except the first one, which the stable roller will handle). This includes a lot of autoformat changes, because the N-2 is now 3.32, which means many packages are now being updated to a min Dart SDK of 3.8, triggering a formatter behavior change.6 个月前
README.md

path_parsing

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 and has been forked here from 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.