From 465a91e0b0e05a0a1ac769bb4b917dbef80620db Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Thu, 7 Dec 2023 07:57:35 -0800 Subject: [PATCH] Roll flutter_svg (#319) Roll flutter_svg to a3911bb074c49b821bb9beaa349ee04ac9f4e2f7 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [ ] I listed at least one issue that this PR fixes in the description above. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [test-exempt]: https://github.com/flutter/flutter/wiki/Tree-hygiene#tests [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/wiki/Chat --- registry/flutter_svg.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/flutter_svg.test b/registry/flutter_svg.test index ea067ba8..fa4e1df7 100644 --- a/registry/flutter_svg.test +++ b/registry/flutter_svg.test @@ -1,5 +1,5 @@ contact=dfield@gmail.com fetch=git clone https://github.com/dnfield/flutter_svg.git tests -fetch=git -C tests checkout 4c88f8b773f3eaa350876455d134e6cbc183abc4 +fetch=git -C tests checkout a3911bb074c49b821bb9beaa349ee04ac9f4e2f7 update=packages/flutter_svg test.posix=./flutter_test_registry/flutter_test_repo_test.sh