custom_slidable 0.0.1
custom_slidable: ^0.0.1 copied to clipboard
A Custom Slidable package
📦 custom_slidable #
A lightweight, customizable, and easy-to-use slideable widget for Flutter — inspired by flutter_slidable, but simpler, cleaner, and fully flexible.
custom_slidable lets you add smooth swipe actions (delete, edit, archive, etc.) to any widget such as ListTiles, cards, or custom containers with minimal setup.
✨ Features #
- ✔️ Smooth left/right swipe gestures
- ✔️ Customizable action panes
- ✔️ Multiple motion types (e.g., ScrollMotion)
- ✔️ Build your own action widgets
- ✔️ Works with lists, cards, and all widgets
- ✔️ Lightweight & simple API
- ✔️ Null-safety ready
🚀 Getting Started #
Add this line to your pubspec.yaml:
dependencies: custom_slidable: ^0.0.1