PackageTrack
Sign in Get early access

flutter_smart_dialog

An elegant Flutter Dialog solution, Easily implement Toast, Loading and custom Dialog, Make the use of the dialog easier!

5.3.0 11K downloads/mo #2867 most downloaded on pub.dev fluttercandies/flutter_smart_dialog

What this package is like to depend on

Last release today

23 Aug 2026

Release timing varies

gaps range from 2 weeks to 8 months

Rarely documented

notes for 6 of 196 stable releases

12 versions withdrawn

withdrawn after publishing

6 years old

208 releases · first in 2020

7 releases in the last 12 months

see the full history below

Release timeline

208 releases · Nov 2020 to Aug 2026
2021 2022 2023 2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 60 of 208
  1. 5.3.0 23 Aug 2026

    Nothing published for this version

  2. 5.2.0 23 Aug 2026
    Release notes

    What's changed

    • Fixes #293: migrated the package and example from Flutter's bundled package:flutter/material.dart and package:flutter/cupertino.dart libraries to the standalone material_ui and cupertino_ui packages introduced with Flutter 3.47.
    • Added direct dependencies on material_ui: ^1.0.1 and cupertino_ui: ^1.0.0.
    • Updated the minimum constraints to Dart ^3.12.0 and Flutter >=3.44.0, matching the standalone UI packages.
    • No compatibility bridge is used.
    • Added standalone Material and Cupertino UI regression coverage.
    • Reduced the Pub archive from approximately 7 MB to 143 KB and brought flutter pub publish --dry-run to 0 warnings.

    Verification

    Verified with Flutter 3.47.1 / Dart 3.13.1:

    • Root package and example pass flutter analyze.
    • All package and example widget tests pass.
    • Web and Windows release builds succeed.
    • A clean external consumer project resolves flutter_smart_dialog 5.2.0 from pub.dev and passes standalone Material/Cupertino tests and a Web release build.

    Package

    flutter_smart_dialog 5.2.0 on pub.dev

    Open source →
  3. 5.1.1 18 Jul 2026

    Nothing published for this version

  4. 5.1.0 14 Mar 2026

    Nothing published for this version

  5. 5.0.1 09 Mar 2026

    Nothing published for this version

  6. 5.0.0 08 Mar 2026
    Release notes

    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

    Open source →
  7. 4.9.8 11 Aug 2024

    Nothing published for this version

  8. 4.9.8+1 01 Sep 2024

    Nothing published for this version

  9. 4.9.8+2 16 Sep 2024

    Nothing published for this version

  10. 4.9.8+3 06 Oct 2024

    Nothing published for this version

  11. 4.9.8+4 09 Nov 2024

    Nothing published for this version

  12. 4.9.8+5 09 Nov 2024

    Nothing published for this version

  13. 4.9.8+6 08 Feb 2025

    Nothing published for this version

  14. 4.9.8+7 22 Feb 2025

    Nothing published for this version

  15. 4.9.8+8 26 May 2025

    Nothing published for this version

  16. 4.9.8+9 22 Jul 2025

    Nothing published for this version

  17. 4.9.8+10 08 Mar 2026

    Nothing published for this version

  18. 4.9.7 19 May 2024
    Release notes

    Reconstruct the implementation of initialization.

    Open source →
  19. 4.9.7+1 21 May 2024

    Nothing published for this version

  20. 4.9.7+2 21 May 2024

    Nothing published for this version

  21. 4.9.7+3 22 May 2024

    Nothing published for this version

  22. 4.9.7+4 22 May 2024

    Nothing published for this version

  23. 4.9.7+5 25 May 2024

    Nothing published for this version

  24. 4.9.7+6 27 May 2024

    Nothing published for this version

  25. 4.9.7+7 01 Jun 2024

    Nothing published for this version

  26. 4.9.7+8 29 Jun 2024

    Nothing published for this version

  27. 4.9.7+9 20 Jul 2024

    Nothing published for this version

  28. 4.9.6 30 Dec 2023
    Release notes
    • 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
    Open source →
  29. 4.9.6+1 18 Apr 2024

    Nothing published for this version

  30. 4.9.6+2 18 May 2024

    Nothing published for this version

  31. 4.9.5 31 Oct 2023

    Nothing published for this version

  32. 4.9.5+1 03 Nov 2023

    Nothing published for this version

  33. 4.9.5+2 16 Dec 2023

    Nothing published for this version

  34. 4.9.4 05 Aug 2023

    Nothing published for this version

  35. 4.9.3 02 Jul 2023

    Nothing published for this version

  36. 4.9.3+1 02 Jul 2023

    Nothing published for this version

  37. 4.9.3+2 14 Jul 2023

    Nothing published for this version

  38. 4.9.2 11 Jun 2023

    Nothing published for this version

  39. 4.9.1 05 Jun 2023

    Nothing published for this version

  40. 4.9.1+1 09 Jun 2023

    Nothing published for this version

  41. 4.9.0 05 Mar 2023
    Release notes
    • Breaking Change 🤯
      • refactor Toast: remove 'SmartToastType.first' and 'SmartToastType.firstAndLast'
    • Feature
      • 🥳 add 'SmartToastType.multi': Can display multi toasts at the same time
      • 🥳 add showNotify: By setting NotifyType, many different types of Notify dialog can be used
      • showNotify custom style: You can set the default dialog style for showNotify through the notifyStyle parameter in FlutterSmartDialog.init ()
      • solve #102
      • solve #111
    • Stability🧐
    Open source →
  42. 4.9.0+1 05 Mar 2023

    Nothing published for this version

  43. 4.9.0+2 11 Mar 2023

    Nothing published for this version

  44. 4.9.0+3 11 Mar 2023

    Nothing published for this version

  45. 4.9.0+4 18 Mar 2023

    Nothing published for this version

  46. 4.9.0+5 05 Apr 2023

    Nothing published for this version

  47. 4.9.0+6 23 Apr 2023

    Nothing published for this version

  48. 4.8.2 20 Jan 2023
    Release notes
    • Breaking Change
      • If the 'bindPage' of the dialog is false, the dialog will not be closed when the page is closed
    • Optimize 'tag'
    • Fix #101
    • Optimize 'bindWidget'
    • Fix #105
    Open source →
  49. 4.8.2+1 04 Feb 2023

    Nothing published for this version

  50. 4.8.2+2 05 Feb 2023

    Nothing published for this version

  51. 4.8.2+3 06 Feb 2023

    Nothing published for this version

  52. 4.8.2+4 08 Feb 2023

    Nothing published for this version

  53. 4.8.2+5 18 Feb 2023

    Nothing published for this version

  54. 4.8.1 14 Jan 2023

    Nothing published for this version

  55. 4.8.0 27 Dec 2022

    Nothing published for this version

  56. 4.7.3 21 Dec 2022

    Nothing published for this version

  57. 4.7.2 20 Dec 2022

    Nothing published for this version

  58. 4.7.1 12 Nov 2022

    Nothing published for this version

  59. 4.7.0 06 Nov 2022

    Nothing published for this version

  60. 4.7.0+1 07 Nov 2022

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive