Skip to content

Bump assorted_layout_widgets from 12.3.0 to 12.3.1#293

Merged
MrCsabaToth merged 1 commit intodevelopfrom
dependabot/pub/assorted_layout_widgets-12.3.1
Apr 3, 2026
Merged

Bump assorted_layout_widgets from 12.3.0 to 12.3.1#293
MrCsabaToth merged 1 commit intodevelopfrom
dependabot/pub/assorted_layout_widgets-12.3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

Bumps assorted_layout_widgets from 12.3.0 to 12.3.1.

Changelog

Sourced from assorted_layout_widgets's changelog.

12.3.1

  • Added ThousandsSeparatorTextInputFormatter, a formatter for your text-field that formats numeric input with thousands separators as the user types, while preserving the caret position. It accepts integers and decimals.

  • Added KeepTallest widget, which tracks its child's height and never visually shrinks below the tallest height observed so far. Useful for preventing layout jumps when switching between children of different heights (e.g. tab content inside scrollables). Optionally supports animated shrinking back to the child's natural height, with configurable delay, duration, curve, and minimum shrink threshold.

12.0.0

  • Bumped environment:

    • sdk: '>=3.9.2 <4.0.0'
    • flutter: ">=3.35.6"
  • Fixed Button visual bug: When delay is true and the user taps quickly (before the delay timer fires), the visual press feedback now still shows briefly using minVisualTapDuration, instead of being skipped entirely.

11.0.0

  • Breaking change: The signature of the builders of TimeBuilder have been changed. They all now use named parameters, and also get a new initialTime parameter that was not present before. Migration should be straightforward, Refer to the README for more information.

10.7.0

  • The ScrollShadow widget adds a shadow at the top and/or bottom, to scrollables like SingleChildScrollView or ListView etc., when the content doesn't fit the scrollable's viewport. As the shadow appears only if there is content outside the viewable area, this gives the user an indication if there is more content to be seen or not.

10.6.1

  • The DetectScroll widget can detect if the content of a Scrollable is larger than the Scrollable itself, which means that the content can be scrolled, and that a scrollbar is likely visible. It can also tell you the probable width of that scrollbar.

    This is useful for positioning widgets relative to the scrollbar, so that the scrollbar doesn't overlap them. This can be important when the scrollbar is permanently visible, usually on the Web and desktop.

    Note that DetectScroll will only detect the scrolling of its closest scrollable descendant (a scrollable is a SingleChildScrollView, ListView, GridView etc.). Usually, you'd wrap the scrollable you care about directly with a DetectScroll.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [assorted_layout_widgets](https://github.com/marcglasberg/assorted_layout_widgets) from 12.3.0 to 12.3.1.
- [Changelog](https://github.com/marcglasberg/assorted_layout_widgets/blob/master/CHANGELOG.md)
- [Commits](https://github.com/marcglasberg/assorted_layout_widgets/commits)

---
updated-dependencies:
- dependency-name: assorted_layout_widgets
  dependency-version: 12.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Apr 3, 2026
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Apr 3, 2026
@MrCsabaToth MrCsabaToth merged commit 201775c into develop Apr 3, 2026
2 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/pub/assorted_layout_widgets-12.3.1 branch April 3, 2026 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant