From 9a973a7173c968b854fa15dabad3d0b7ecd5fe6d Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Wed, 16 Oct 2024 11:09:57 -0700 Subject: [PATCH] Update assorted_layout_widgets to 3a10ada (#416) This includes https://github.com/marcglasberg/assorted_layout_widgets/pull/33 ## 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. - [ ] 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 `///`). - [x] 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/blob/master/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md --- registry/assorted_layout_widgets.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/assorted_layout_widgets.test b/registry/assorted_layout_widgets.test index 7c90e993..a3dded30 100644 --- a/registry/assorted_layout_widgets.test +++ b/registry/assorted_layout_widgets.test @@ -1,7 +1,7 @@ contact=marcglasberg@gmail.com contact=pascal@pascalwelsch.com fetch=git clone https://github.com/marcglasberg/assorted_layout_widgets.git tests -fetch=git -C tests checkout 8445be321f7a5a151b57c15dc9c0071ea952c487 +fetch=git -C tests checkout 3a10ada7950e89feca6a13f66492a5fc2913c5bb update=. test=flutter analyze --no-fatal-infos test=flutter test