notification_bar 1.0.0
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 (
toporbottom). - Multiple styles:
info,warning,success. - Queue system: notifications are displayed one at a time.
- Tap-to-navigate action callbacks.
- Public API via
NotificationBar().show()andNotificationBar().dismiss().
[Unreleased] #
Planned #
- Auto-dismiss with configurable timeout.
- Support for custom themes (colors, icons, typography).
- Priority system for urgent notifications.
- Optional sound/vibration feedback.