文件最后提交记录最后更新时间
[various] Replace deprecated Color.value in SVG packages (#10482) Replaces the deprecated Color.value with the equivalent toARGB(). While this method is discouraged for many use cases, since it's for interacting with the vector_graphics Color class, which uses a 32-bit ARGB value as its fundamental representation, this appears to be the correct replacement. Part of https://github.com/flutter/flutter/issues/159739 ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.6 个月前
Add svg finder (#880) * Extract flutter svg to package * Add flutter svg test library * Adjust readme * Update and rename ci.yml to flutter_svg.yml * Create flutter_svg_test.yml --------- Co-authored-by: Dan Field <dfield@gmail.com>3 年前
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 个月前