Skip to content

Commit

Permalink
Roll flutter_svg (#319)
Browse files Browse the repository at this point in the history
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].

<!-- Links -->
[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
  • Loading branch information
srawlins authored Dec 7, 2023
1 parent 6cb892d commit 465a91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/flutter_svg.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[email protected]
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

0 comments on commit 465a91e

Please sign in to comment.