Skip to content

Commit

Permalink
Update assorted_layout_widgets to 3a10ada (#416)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
srawlins authored Oct 16, 2024
1 parent 63b8d65 commit 9a973a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/assorted_layout_widgets.test
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9a973a7

Please sign in to comment.