Skip to content

Bump assorted_layout_widgets from 12.6.1 to 12.6.2#330

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pub/assorted_layout_widgets-12.6.2
Open

Bump assorted_layout_widgets from 12.6.1 to 12.6.2#330
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pub/assorted_layout_widgets-12.6.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps assorted_layout_widgets from 12.6.1 to 12.6.2.

Changelog

Sourced from assorted_layout_widgets's changelog.

12.6.2

  • New OtpCodeVerificationField widget for one-time-password / verification flows: a row of digit boxes that auto-submits when the last character is entered, with built-in handling for wrong-code, verification-failure, and expiry states, plus an optional countdown timer. Accepted characters are configurable via codeType, codeLetterSet, codeLetterCasing, and customSet, and almost everything visual can be customized.

  • New Email class for email-address handling: isValid() validates an address (with optional top-level-domain and international-character support), sanitize() strips obviously invalid characters, and tryFix() attempts to repair an invalid address into a valid one. The matching EmailTextInputFormatter uses sanitize() to strip invalid characters as the user types.

  • New CapitalizationTextInputFormatter capitalizes text as the user types, with options for uppercase, lowercase, first-letter, or English title case.

  • New NumbersTextInputFormatter allows only numeric input — integer, or decimal with locale-aware, dot, or comma separators.

  • New AllowedCharsTextInputFormatter allows only the characters that match a given regular expression, filtering out everything else.

  • New NoSpacesTextInputFormatter prevents the user from typing any whitespace, removing spaces, tabs, and newlines from the input.

  • New AlwaysAtTheEndTextInputFormatter forces the cursor to always stay at the end of the text being typed.

  • New StringDotLengthLimiterTextInputFormatter limits text by Dart's String.length (instead of grapheme clusters), useful when matching server, database, or file-format limits.

12.5.1

  • Widget KeyboardDismiss is now deprecated.

    To fix the deprecation warning, replace:

    KeyboardDismiss(child: ...)
    

    with:

... (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.6.1 to 12.6.2.
- [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.6.2
  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 Jun 15, 2026
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jun 15, 2026
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.

0 participants