snackly 0.0.2 copy "snackly: ^0.0.2" to clipboard
snackly: ^0.0.2 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).


✨ Features #

  • 🎯 Easy to use
  • 🎨 Supports multiple types: success, error, warning, info
  • ⚙️ Fully customizable (colors, icons, duration, etc.)
  • 📍 Show on top or bottom of the screen
  • ♻️ Reusable across projects

🚀 Getting Started #

Add dependency #

dependencies:
  Snackify: ^0.0.1


Usage #

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

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

الميزات #

✅ سهولة الاستخدام بسطر واحد فقط ✅ دعم أنماط مختلفة (نجاح، خطأ، تحذير، معلومات) ✅ قابل لإعادة الاستخدام في كل أجزاء التطبيق ✅ مبني على GetX ✅ تحديد نوع التنبيه
✅ تحديد الموقع (أعلى/أسفل)
✅ تخصيص الألوان والأيقونة
✅ تصميم جاهز وجذاب

📦 التثبيت

dependencies: snackly: ^0.0.1

الاستخدام #

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



🧑‍💻 Author
Developed by Enad Abulawi 🇵🇸
Contributions & PRs are welcome ✌️
12
likes
0
points
9
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