PackageTrack
Sign in Get early access

another_flushbar

A flexible widget for user notification. Customize your text, button, duration, animations and much more. For Android devs, it is made to replace Snackbars and Toasts.

2.2.4 134K downloads/mo #62 most downloaded on pub.dev

What this package is like to depend on

Last release 3 months ago

15 May 2026

Ships unpredictably

gaps range from 2 weeks to 2.3 years

Nearly every release is documented

notes for 37 of 37 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

39 releases · first in 2020

9 releases in the last 12 months

see the full history below

Release timeline

39 releases · Dec 2020 to May 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 39
  1. 2.2.4 15 May 2026
    Release notes
    • replace cached_network_image with Image.network for platform compatibility
    Open source →
  2. 2.2.3 15 May 2026
    Release notes
    • add pub.dev screenshots
    Open source →
  3. 2.2.2 15 May 2026
    Release notes
    • bring back icon maps ~110 Material icon names
    Open source →
  4. 2.2.1 15 May 2026
    Release notes
    • update the TextButton in _showFlushbar to have an explicit white text style
    Open source →
  5. 2.2.0 15 May 2026
    Release notes

    Added

    • Action button: server can now push a button label and URL/deep-link with each notification. Tapping opens the URL or navigates to the named route and dismisses the flushbar.
    • Icon support: server can specify a Material icon name (info, warning, error, success, star, notifications) or a full image URL. Network images are loaded via cached_network_image with a circular clip.
    • Persistent mode: server can mark a notification as persistent — no auto-dismiss, no swipe. A close button is injected automatically. If an action button is also present, swipe-to-dismiss is enabled as a fallback.
    • Added icon maps ~110 Material icon names

    Dependencies

    • Added url_launcher ^6.3.0
    • Added cached_network_image ^3.4.0
    Open source →
  6. 2.1.0 12 May 2026
    Release notes

    Added

    • Offline delivery queue: notifications sent while the app is closed or disconnected are automatically replayed on the next SSE connection
    • Deduplication: replayed notifications are silently dropped if already shown in the current device session
    • since parameter sent on every SSE connection, allowing the server to replay only missed notifications

    Internal

    • shared_preferences dependency added for lastSeen and seenIds persistence across app restarts
    Open source →
  7. 2.0.1 10 May 2026
    Release notes
    • fix: SSE connection now pauses when app is backgrounded and resumes when app returns to foreground. Prevents unnecessary battery drain.
    Open source →
  8. 1.12.32 08 Sep 2025
    Release notes
    • Prevent crashes from null checks in Flushbar route lifecycle (isDismissed, isAppearing, isHiding)
    Open source →
  9. 1.12.31 01 Sep 2025
    Release notes
    • minor improvements
    Open source →
  10. 1.12.31-dev.1 27 May 2023 pre-release

    Nothing published for this version

  11. 1.12.30 11 May 2023
    Release notes
    • bump version
    Open source →
  12. 1.12.30-dev.1 09 May 2023 pre-release
    Release notes
    • fix type 'BorderRadius?' can't be assigned to the parameter type 'BorderRadiusGeometry' (https://github.com/cmdrootaccess/another-flushbar/issues/106)
    Open source →
  13. 1.12.29 08 Sep 2022
    Release notes
    • flutter format code
    Open source →
  14. 1.11.29 08 Sep 2022
    Release notes
    • update license to MIT
    Open source →
  15. 1.10.29 17 May 2022
    Release notes
    • merged flutter v3 #66 from X-SLAYER/main
    Open source →
  16. 1.10.28 09 Dec 2021
    Release notes
    • revert updated screenshots
    Open source →
  17. 1.10.27 09 Dec 2021
    Release notes
    • merge updates
    Open source →
  18. 1.10.26 24 Nov 2021
    Release notes
    • Update screenshot links
    Open source →
  19. 1.10.25 03 Nov 2021
    Release notes
    • RTL text
    Open source →
  20. 1.10.24 06 Jul 2021
    Release notes
    • Implemented endOffset parameter
    Open source →
  21. 1.10.23 04 Jun 2021
    Release notes
    • Prevents hiding flushbar when user clicks the back button.
    Open source →
  22. 1.10.22 14 May 2021
    Release notes
    • check if flushbar is null
    Open source →
  23. 1.10.21 14 May 2021
    Release notes
    • add radius to leftBarIndicatorColor
    Open source →
  24. 1.10.20 24 Apr 2021
    Release notes
    • If route was never initialized, do nothing
    Open source →
  25. 1.10.19 23 Apr 2021
    Release notes
    • Fix Flushbar is hidden behind keyboard
    Open source →
  26. 1.10.18 16 Apr 2021
    Release notes
    • Fix LateInitializationError: Field '_progressListener' has not been initialized
    Open source →
  27. 1.10.17 16 Mar 2021
    Release notes
    • Fix nullpointer on onStatusChanged & add pedantic analysis and formatting
    Open source →
  28. 1.10.16 16 Mar 2021
    Release notes
    • Remove unnecessary platform specific code
    Open source →
  29. 1.10.15 11 Mar 2021
    Release notes
    • Add isAppearing and isHiding methods
    Open source →
  30. 1.10.14 10 Mar 2021
    Release notes
    • add color and size parameter
    • Let the user choose which corner they want to apply a radius on.
    Open source →
  31. 1.10.13 06 Mar 2021
    Release notes
    • fix Expected value of SkDeletable, but got one of type Null
    • fix regression after merge generated_plugin_registrant.dart: Undefined name 'AnotherFlushbarPlugin
    Open source →
  32. 1.10.12 06 Mar 2021
    Release notes
    • added null safety support after merge from areille/null-safety merge
    Open source →
  33. 1.10.11 22 Feb 2021
    Release notes
    • fix [WEB] Undefined name 'AnotherFlushbarPlugin' in generated_plugin_registrant.dart
    Open source →
  34. 1.10.10 16 Feb 2021
    Release notes
    • FlushbarHelper.createAction() "button" parameter takes a FlatButton which is now deprecated in favor of TextButton
    Open source →
  35. 1.10.9 16 Feb 2021
    Release notes
    • added positionOffset which allows a vertical offset for the flushbar
    Open source →
  36. 1.10.8 12 Dec 2020
    Release notes
    • Web support
    Open source →
  37. 1.10.7 06 Dec 2020
    Release notes
    • Updated Example
    Open source →
  38. 1.10.6 06 Dec 2020
    Release notes
    • Fixed Readme
    Open source →
  39. 1.10.5 06 Dec 2020
    Release notes
    • Fixed 'overlayEntries.isEmpty': is not true
    Open source →

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