status_snackbar 1.1.2 copy "status_snackbar: ^1.1.2" to clipboard
status_snackbar: ^1.1.2 copied to clipboard

Beautiful, customizable snackbars with multiple states (success, error, warning, info). Supports dark mode, subtitles, and easy BuildContext extensions.

Changelog #

All notable changes to this project will be documented in this file.

1.1.2 - 2026-01-04 #

Changed #

  • Optimized demo GIF size from 10MB to 2MB for faster loading

1.1.1 - 2026-01-04 #

Fixed #

  • Fixed demo GIF not displaying on pub.dev (now uses absolute GitHub URL)

1.1.0 - 2026-01-04 #

Added #

  • Custom icon support for all snackbar methods (icon parameter)
  • Custom icon color support (iconColor parameter)
  • showIcon parameter to hide icons (showIcon: false)
  • showCloseButton parameter to hide the close button
  • showCustom() method for fully customizable snackbars
  • showCustomSnackbar() context extension
  • copyWith() method on SnackbarConfig for easy customization
  • Position support: Show snackbars at top or bottom (position: SnackbarPosition.top)
  • Action button: Add an action button with callback (actionLabel, onAction)
  • Dismiss callback: Get notified when snackbar is dismissed (onDismiss)

Changed #

  • All snackbar methods now accept optional icon, iconColor, showIcon, showCloseButton, position, actionLabel, onAction, and onDismiss parameters

1.0.1 - 2026-01-04 #

Added #

  • Explicit platform support declarations (Android, iOS, Web, macOS, Windows, Linux)
  • Platform support table in README

1.0.0 - 2026-01-04 #

Added #

  • Initial release
  • 4 snackbar states: success, error, warning, info
  • Automatic dark mode support
  • Optional subtitle for additional message details
  • Close button to dismiss snackbar
  • BuildContext extension for easy access
  • Customizable duration
  • Comprehensive documentation and examples
2
likes
160
points
168
downloads

Publisher

unverified uploader

Weekly Downloads

Beautiful, customizable snackbars with multiple states (success, error, warning, info). Supports dark mode, subtitles, and easy BuildContext extensions.

Repository (GitHub)
View/report issues

Topics

#snackbar #toast #notification #ui #widget

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on status_snackbar