flutter_top_snackbar 1.0.3
flutter_top_snackbar: ^1.0.3 copied to clipboard
A Flutter package to display customizable snackbars from the top of the screen with themes, animations, and custom icons.
flutter_top_snackbar #
flutter_top_snackbar is a Flutter package to display customizable snackbars from the top of the screen.
It supports multiple predefined themes (success,info,error,warning), custom icons, colors, and animations. Designed to be lightweight, easy to integrate, and fully customizable for any Flutter project.
📸 Demo #
✨ Features #
- ✅ Show snackbar with predefined themes:
success,info,error,warning - 🎨 Customizable: use your own background color & icon
- 🎬 Multiple animations:
slideFromTop,fade,scale,slideFromLeft,slideFromRight - ⏳ Adjustable duration
- 🗑
onDismissedcallback - 🚪 Optional
isDismissibleflag and custom dismiss direction - 📦 Lightweight and easy to integrate
📦 Installation #
Add this to your pubspec.yaml:
dependencies:
flutter_top_snackbar: ^1.0.0