customizable_snackbar 1.1.2
customizable_snackbar: ^1.1.2 copied to clipboard
A Flutter package providing customizable snackbars with queue management, animations, and dismissible functionality.
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.1.2 - 2025-01-27 #
- Updated minimum
flutter_riverpodversion from2.6.1to2.8.0for full pub.dev compatibility - Updated minimum
riverpod_annotationversion from2.6.1to2.8.0for full pub.dev compatibility - Updated minimum
riverpod_generatorversion from2.3.0to2.8.0for full pub.dev compatibility
1.1.1 - 2025-01-27 #
- Optimized dependency version constraints for better pub.dev scoring and backward compatibility
- Updated
flutter_lintsto support both 5.x and 6.x versions
1.1.0 - 2025-01-27 #
- Updated dependencies and analysis options
- Refactored snackbar queue provider for improved readability and structure
- Improved code formatting and comments in snackbar widgets
1.0.0 - 2024-11-06 #
Added #
- Initial release of
customizable_snackbar CustomizableSnackbarclass for managing snackbarsBasicSnackbarwidget for displaying basic snackbars with title and messageCustomSnackbarwidget for creating custom snackbar widgetsSnackbarOverlaywidget for managing snackbar display and animations- Queue management system with configurable maximum queue size
- Auto-hide functionality with configurable duration
- Dismissible snackbars with swipe-up gesture
- Smooth animations using
flutter_animate - Backdrop blur effect for glassmorphism
- Comprehensive documentation and examples
Features #
- Queue management with automatic positioning
- Customizable appearance (colors, styles, corner radius)
- Support for custom widgets
- Riverpod integration for state management
- Responsive positioning to avoid overlap
- Multiple snackbar support with stacking