Skip to content

Commit 9a973a7

Browse files
authored
Update assorted_layout_widgets to 3a10ada (#416)
This includes marcglasberg/assorted_layout_widgets#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]. <!-- Links --> [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
1 parent 63b8d65 commit 9a973a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry/assorted_layout_widgets.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
22
33
fetch=git clone https://github.com/marcglasberg/assorted_layout_widgets.git tests
4-
fetch=git -C tests checkout 8445be321f7a5a151b57c15dc9c0071ea952c487
4+
fetch=git -C tests checkout 3a10ada7950e89feca6a13f66492a5fc2913c5bb
55
update=.
66
test=flutter analyze --no-fatal-infos
77
test=flutter test

0 commit comments

Comments
 (0)