Skip to content

chore(deps): bump liquid_glass_widgets from 0.19.5 to 0.19.7#10

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/liquid_glass_widgets-0.19.7
Closed

chore(deps): bump liquid_glass_widgets from 0.19.5 to 0.19.7#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/liquid_glass_widgets-0.19.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor

Bumps liquid_glass_widgets from 0.19.5 to 0.19.7.

Changelog

Sourced from liquid_glass_widgets's changelog.

0.19.7

🐛 Bug Fixes

  • GlassTabBar.bottom / GlassBottomBar — fixes RTL support (#143, @​naeemeltaief). The pill and tap/drag hit-testing now correctly align with the visually reversed tab order under RTL. The bottom layout normalises the tab data, selected index and callback for RTL, and pins only the two inner tab Rows to LTR — leaving indicatorExpansion, tabPadding and all text to resolve against the ambient direction as expected. Consumers no longer need to force Directionality.ltr and reverse tabs by hand. +2 tests.

  • AnimatedGlassIndicator — restores the resting selection pill inside a GlassContainer (#144, @​jfhair). The background pill was permanently hidden whenever an ancestor set avoidsRefraction, which is a steady-state layout flag on GlassContainer — not a transient capture signal. The guard was incorrect and is removed. The pill now renders correctly in all contexts. No API change. +1 test.

0.19.6

✨ New — GlassLargeTitle + GlassLargeTitleController

First-class iOS 26 large-title + search-bar collapse. Replaces manual ScrollController + setState wiring with a single controller and two widgets.

Two-phase collapse

  • Phase 1 — large title fades out (Curves.easeIn, rubber-band overscroll stretch).
  • Phase 2 — optional inline search bar collapses under the nav bar immediately after.

New API

  • GlassLargeTitle — sliver widget. Drop it as the first sliver in any CustomScrollView.
    • searchBar: Widget? — Phase 2 collapse (e.g. GlassSearchBar).
    • trailing, fontSize, fontWeight, letterSpacing, padding, searchBarPadding, color.
  • GlassLargeTitleController — owns the ScrollController, exposes collapseProgress and searchBarCollapseProgress. Self-calibrates to Dynamic Type via reportMeasuredHeight / reportSearchBarHeight.
  • GlassAppBar.largeTitleController — new optional param. Bar title cross-fades in as the large title collapses. Non-breaking.
final _ctrl = GlassLargeTitleController(); // dispose in State.dispose()
// Phase 1 only
GlassLargeTitle(text: 'Chats', controller: _ctrl)
// Phase 1 + 2
GlassLargeTitle(
text: 'Messages',
controller: ctrl,
searchBar: GlassSearchBar(placeholder: 'Search', onChanged: () {}),
</tr></table>

... (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 [liquid_glass_widgets](https://github.com/sdegenaar/liquid_glass_widgets) from 0.19.5 to 0.19.7.
- [Changelog](https://github.com/sdegenaar/liquid_glass_widgets/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sdegenaar/liquid_glass_widgets/commits)

---
updated-dependencies:
- dependency-name: liquid_glass_widgets
  dependency-version: 0.19.7
  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 Jul 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

Looks like liquid_glass_widgets is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 2, 2026
@dependabot dependabot Bot deleted the dependabot/pub/liquid_glass_widgets-0.19.7 branch July 2, 2026 18:02
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants