snackly 0.0.4 copy "snackly: ^0.0.4" to clipboard
snackly: ^0.0.4 copied to clipboard

A smart, customizable, and reusable snackbar widget for Flutter apps using GetX.

Snackly Logo

Snackly ❤️

Snackly - Smart Flutter Snackbar #

Snackly is a smart, reusable, and highly customizable Flutter Snackbar widget based on GetX.
Show clean, stylish, and context-aware messages with just one line of code. This widget allows you to quickly show styled snackbars for different message types (success, error, info, warning).


🖼️ Screenshots

✨ Features #

  • 🎯 Easy to use / one-line usage
  • 🌐 RTL / LTR text direction auto-detection
  • 🖼️ Add custom icons
  • 🎨 Supports multiple types: success, error, warning, info
  • ⚙️ Fully customizable (colors, icons, duration, etc.)
  • ⏱️ Duration control
  • 📍 Show on top or bottom of the screen
  • ♻️ Reusable across projects
  • 📦 Built on top of GetX

🚀 Getting Started ✨ #

Add dependency 📦 #

dependencies:
  snackly: ^0.0.4


Usage #

Snackly.show(
  title: 'Success',
  message: 'Operation completed successfully',
  type: SnackbarType.success,
  position: SnackbarPosition.top,
);

Snackly ❤️

Snackly - سنـاك بار ذكي لفلاتر Snackly هو ودجت Snackbar ذكي، قابل لإعادة الاستخدام، وذو تصميم جذاب ومخصص مبني على مكتبة GetX.

الميزات #

✅ سهولة الاستخدام بسطر واحد فقط

✅ دعم أنماط مختلفة (نجاح، خطأ، تحذير، معلومات)

✅ تحديد اتجاه النص تلقائيًا حسب اللغة

✅ قابل لإعادة الاستخدام في كل أجزاء التطبيق

✅ مبني على GetX

✅ تحديد نوع التنبيه

✅ تحديد الموقع (أعلى/أسفل)

✅ تخصيص الألوان والأيقونة

✅ تصميم جاهز وجذاب

📦 التثبيت #

dependencies: snackly: ^0.0.4

الاستخدام #

Snackly.show(
  title: 'تم',
  message: 'تمت العملية بنجاح',
  type: SnackbarType.success,
  position: SnackbarPosition.top,
);

🧑‍💻 Author Developed with ❤️ by Enad Abulawi 🇵🇸 GitHub Profile : https://github.com/EnadAbulawi Contributions & PRs are welcome ✌️

12
likes
0
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A smart, customizable, and reusable snackbar widget for Flutter apps using GetX.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, get

More

Packages that depend on snackly