upper_snackbar 0.0.2
upper_snackbar: ^0.0.2 copied to clipboard
A beautiful, customizable, and animated snackbar for Flutter that displays notifications at the top of the screen.
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.
0.0.2 - 2025-11-13 #
Fixed #
- Applied Dart formatter to all source files for pub.dev compliance
- Shortened package description to comply with pub.dev requirements (60-180 characters)
- Improved code formatting consistency
0.0.1 - 2025-11-13 #
Added #
- Initial release of Upper Snackbar
- Four predefined snackbar types: success, error, warning, and info
- Customizable snackbar styles with
SnackbarStyleclass - Support for custom colors, icons, borders, and gradients
- Three positioning options: top-center, top-left, and top-right
- Smooth slide-in animations with customizable duration
- Optional action buttons with callbacks
- Tap-to-dismiss functionality with optional callbacks
- Configurable duration for auto-dismiss
- Non-dismissible mode option
- Close icon with option to hide
- Full Material Design integration
- Comprehensive example app demonstrating all features
- Complete documentation and usage examples
Features #
- ✨ Easy-to-use API with sensible defaults
- 🎨 Highly customizable appearance
- 🎯 Predefined styles for common use cases
- 📍 Flexible positioning
- ⚡ Beautiful animations
- 🎭 Interactive elements (action buttons, tap callbacks)
- 🎪 Gradient background support
- 🔧 Full control over behavior and appearance
