snackbar_flutter 1.0.2
snackbar_flutter: ^1.0.2 copied to clipboard
A highly customizable Flutter package for beautiful snackbar notifications with 24+ pre-built styles including gradient, glassmorphism, neon, neumorphic, and more.
1.0.2 #
- π¨ UI Improvements:
- Fixed web demo frame overflow - snackbar now stays within iPhone frame
- Made demo page fully scrollable for better UX on small screens
- Improved Navigator context for proper overlay rendering
- Removed Bengali text from example app
- Removed package structure from README for cleaner documentation
1.0.1 #
- π Bug Fixes:
- Fixed unnecessary import in custom_snackbar.dart
- Applied Dart formatter to all files
- Improved static analysis score (50/50)
1.0.0 #
- π First stable release!
- β¨ New Features:
- Custom dismiss directions (left, right, top, bottom, any)
- Text color customization (title & message colors)
- Font size customization (title & message)
- Font weight customization (title & message)
- Custom builder support for complete design control
- π± Interactive Web Demo:
- Live demo with iPhone 17 Pro Max frame
- Real-time style testing in browser
- All 24 styles showcased
- π Bug Fixes:
- Fixed yellow underline issue on text widgets
- Improved text decoration handling
- π Documentation:
- Comprehensive README with all features
- Live demo link for interactive testing
- Complete API documentation
0.0.2 #
- Added
replaceExistingparameter to control multiple snackbars- Default is
true- only one snackbar at a time (previous one is removed) - Set to
falseto allow multiple snackbars simultaneously
- Default is
- Added
CustomSnackBar.dismiss()method to manually dismiss current snackbar - Updated example app with toggle control for replace existing feature
0.0.1 #
- Initial release with 24 different snackbar styles
- 10 predefined types (Success, Error, Warning, Info, Primary, Secondary, Dark, Light, Gradient, Custom)
- Flexible positioning (Top/Bottom)
- Smooth animations (slide, fade, scale)
- Interactive features (dismissible, tap callbacks, action buttons)
- Fully customizable (colors, icons, titles, messages)
- Lightweight with no external dependencies