Skip to content

build(deps): bump flutter_smart_dialog from 4.9.8+9 to 5.0.1#661

Merged
mumu-lhl merged 1 commit intomainfrom
dependabot/pub/flutter_smart_dialog-5.0.1
Mar 10, 2026
Merged

build(deps): bump flutter_smart_dialog from 4.9.8+9 to 5.0.1#661
mumu-lhl merged 1 commit intomainfrom
dependabot/pub/flutter_smart_dialog-5.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps flutter_smart_dialog from 4.9.8+9 to 5.0.1.

Release notes

Sourced from flutter_smart_dialog's releases.

v5.0.0

publish to 5.0.0 and fix issues #280 #282 #284 #286 #288

  • fix: avoid calling OverlayEntry.markNeedsBuild after dispose (#282)
  • fix: guard toast RenderBox access to prevent "RenderBox was not laid out" (#280)
  • fix: correct dialog onBack interception logic (#284)
  • fix: harden showAttach/bindWidget lifecycle and geometry checks (#288)
  • test: add regression test for bindPage close on route replace (#286)
  • chore: update CHANGELOG for 5.0.0 with issue links

BREAKING CHANGE: adjust dialog onBack interception behavior to match expected handling in #284. Fixes #280 Fixes #282 Fixes #284 Fixes #286 Fixes #288

Changelog

Sourced from flutter_smart_dialog's changelog.

[5.0.1]

  • Fix #291: showAttach/bindWidget now hides when pushing custom page routes (non-PopupRoute) and reappears after popping back, matching MaterialPageRoute behavior

[5.0.0]

  • Breaking change: Align onBack interception behavior for dialog/attach. When onBack returns true, the back event is always intercepted. Fix #284
  • Fix #282: avoid calling OverlayEntry.markNeedsBuild after the entry is disposed during rapid toast updates
  • Fix #280: harden toast layout measurement to avoid Bad state: RenderBox was not laid out during page transitions
  • Fix #288: harden showAttach + bindWidget lifecycle/geometry checks to avoid inactive-element renderObject errors and invalid transform matrix assertions

[4.9.8+x]

  • SmartDialog.config.checkExist() adjust to SmartDialog.checkExist()

  • Fix #209

  • Revert the initialization implementation

  • Add onBack feature

  • Break change

    • Delete CompatibleSmartDialog
    • Delete SmartConfigCustom/SmartConfigAttach/SmartConfigLoading backDismiss
  • Add AdjustBuilder

  • Fix #229, #235

  • Fix #248

  • Fix #253

  • Merge #272

  • Fix #280

  • [4.9.7+x]

  • optimize bindWidget, when bindWidget is not null, bindPage will be automatically set to false.

  • Reconstruct the implementation of initialization

  • Show Debug Paint: fix #109, #115

  • fix #183

  • 4.9.7 bugfix: #188, #189, #190, #191, #192, #200

  • adjust default widget style

[4.9.x]

  • fix #132
  • optimize nonAnimationTypes
  • toast add some param
  • fix #135
  • optimize loading #137
  • optimize 'show debug point'
  • fix #142
  • add checkExist
  • fix #162
  • break change: "AlignmentGeometry" adjust to "Alignment"
  • fix #185

[4.9.0]

  • Breaking Change
    • refactor Toast: remove 'SmartToastType.first' and 'SmartToastType.firstAndLast'
  • Feature
    • add 'SmartToastType.multi': Can display multi toasts at the same time

... (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 [flutter_smart_dialog](https://github.com/fluttercandies/flutter_smart_dialog) from 4.9.8+9 to 5.0.1.
- [Release notes](https://github.com/fluttercandies/flutter_smart_dialog/releases)
- [Changelog](https://github.com/fluttercandies/flutter_smart_dialog/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fluttercandies/flutter_smart_dialog/commits)

---
updated-dependencies:
- dependency-name: flutter_smart_dialog
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Mar 9, 2026
@mumu-lhl mumu-lhl merged commit 33fef88 into main Mar 10, 2026
8 checks passed
@mumu-lhl mumu-lhl deleted the dependabot/pub/flutter_smart_dialog-5.0.1 branch March 10, 2026 14:20
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