Skip to content

chore(deps): bump liquid_glass_widgets from 0.16.1 to 0.16.2#6

Merged
yurtemre7 merged 1 commit into
mainfrom
dependabot/pub/liquid_glass_widgets-0.16.2
Jun 18, 2026
Merged

chore(deps): bump liquid_glass_widgets from 0.16.1 to 0.16.2#6
yurtemre7 merged 1 commit into
mainfrom
dependabot/pub/liquid_glass_widgets-0.16.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps liquid_glass_widgets from 0.16.1 to 0.16.2.

Changelog

Sourced from liquid_glass_widgets's changelog.

0.16.2

🐛 Bug Fix — GlassMenu / GlassPopover rebuild on keyboard open/close

GlassMenu and GlassPopover were rebuilding on every keyboard open/close event, even when closed. Caused by MediaQuery.of(context) in didChangeDependencies subscribing to viewInsets. Fixed by switching to scoped accessors (disableAnimationsOf, maybeSizeOf, textScalerOf). Regression tests added.

✨ Content-luminance scroll-edge scrim (#106 by @​jfhair)

The continuous companion to the contentAwareBrightness discrete lever. Scroll-edge fades now track content luminance and dissolve toward a dark color as dark content scrolls under the bars — matching the native App Store early-darkening behaviour.

  • GlassContentAwareScope.register() gains onLuminanceChanged (brightness callback is now optional). Per-rect mean luminance is delivered from the existing single capture; deliveries are gated on >0.005 movement.
  • GlassScrollEdgeEffect.contentAwareFade — each edge band registers with the scope and lerps toward darkFadeColor as content darkens (luminanceDarkBelow / luminanceLightAbove thresholds, 280 ms ease-out). Inert without a scope.
  • GlassScaffold.contentAwareEdgeFade — one flag to enable both bars, composing with contentAwareBrightness.
  • Latent wrap-order fix (0.16.0): GlassScaffold was wrapping the body in GlassContentAwareContent after the edge fade, so the fade overlays were inside the sampled region. With the adaptive scrim this is a feedback loop. Wrap order corrected + regression test added.

🐛 GlassModalSheet handle-drag fixes (#106)

  • Handle drag no longer fights the inner scroll. _handleDragActive notifier is set on pointer-down (before the inner Scrollable can claim slop), disabling inner scroll for the gesture lifetime. Fixes a freeze when dragging the handle over a PlatformView.
  • dragIndicatorColor now actually reaches the drag indicator — it was silently wired into _SheetLayout but never forwarded to _GlassDragIndicator.

🐛 GlassEffect — defer capture when boundary is mid-paint (#106)

toImageSync called during a dirty repaint boundary spammed [GlassEffect] toImageSync failed in debug and dropped the frame's capture. Guarded with debugNeedsPaint check (release-safe, same pattern as GlassScrollEdgeEffect).

No breaking changes. New parameters are all optional with safe defaults — existing code compiles and behaves identically without changes.


Commits
  • 4e1b85e chore: dart format
  • 3ea3233 ci: apt-get update before glslang install to fix stale mirror 404
  • 6096bb8 docs: fix 0.16.2 changelog — new params are additive, not 'no API changes'
  • ff5115b chore: release 0.16.2
  • bcf5290 Merge pull request #106 from jfhair/feat/content-luminance-lever
  • 2a17309 fix(GlassEffect): defer backdrop capture when the boundary is mid-paint
  • 44df1ea fix(GlassModalSheet): handle-drag vs inner-scroll, and wire dragIndicatorColor
  • f206b06 feat: content-luminance scrim lever — adaptive scroll-edge fades (#102 fast-f...
  • See full diff in compare view

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.16.1 to 0.16.2.
- [Changelog](https://github.com/sdegenaar/liquid_glass_widgets/blob/main/CHANGELOG.md)
- [Commits](sdegenaar/liquid_glass_widgets@v0.16.1...v0.16.2)

---
updated-dependencies:
- dependency-name: liquid_glass_widgets
  dependency-version: 0.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file dart Pull requests that update dart code labels Jun 18, 2026
@yurtemre7 yurtemre7 merged commit 722dc3d into main Jun 18, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/pub/liquid_glass_widgets-0.16.2 branch June 18, 2026 18:23
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.

1 participant