📦 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
Libraries
- custom_slidable/action_pane_configuration
- custom_slidable/action_pane_motions
- custom_slidable/actions
- custom_slidable/auto_close_behavior
- custom_slidable/controller
- custom_slidable/custom_slidable
- custom_slidable/dismissal
- custom_slidable/dismissible_pane
- custom_slidable/dismissible_pane_motions
- custom_slidable/flex_entrance_transition
- custom_slidable/flex_exit_transition
- custom_slidable/gesture_detector
- custom_slidable/notifications
- custom_slidable/scrolling_behavior