notification_bar 1.0.0 copy "notification_bar: ^1.0.0" to clipboard
notification_bar: ^1.0.0 copied to clipboard

A global, animated, queued notification bar for Flutter apps. Supports top/bottom positioning, multiple styles, and tap-to-navigate actions.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


1.0.0 - 2025-09-28 #

Added #

  • Initial release of NotificationBar package.
  • Global, animated notification bar with slide-in/out animation.
  • Configurable position (top or bottom).
  • Multiple styles: info, warning, success.
  • Queue system: notifications are displayed one at a time.
  • Tap-to-navigate action callbacks.
  • Public API via NotificationBar().show() and NotificationBar().dismiss().

[Unreleased] #

Planned #

  • Auto-dismiss with configurable timeout.
  • Support for custom themes (colors, icons, typography).
  • Priority system for urgent notifications.
  • Optional sound/vibration feedback.
0
likes
150
points
14
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A global, animated, queued notification bar for Flutter apps. Supports top/bottom positioning, multiple styles, and tap-to-navigate actions.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on notification_bar