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