snackbar_flutter 1.0.2 copy "snackbar_flutter: ^1.0.2" to clipboard
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 replaceExisting parameter to control multiple snackbars
    • Default is true - only one snackbar at a time (previous one is removed)
    • Set to false to allow multiple snackbars simultaneously
  • 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
3
likes
160
points
19
downloads

Publisher

verified publishergoutam.info

Weekly Downloads

A highly customizable Flutter package for beautiful snackbar notifications with 24+ pre-built styles including gradient, glassmorphism, neon, neumorphic, and more.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on snackbar_flutter