flutter_swipe_actions 0.2.0
flutter_swipe_actions: ^0.2.0 copied to clipboard
Smooth iOS Mail-inspired swipe actions for Flutter lists, with a reusable controller and customizable action buttons.
0.2.0 #
- Added
itemBorderRadiusto customize the opened swipe item shape without rebuilding the full decoration. - Improved swipe hit testing so visible action buttons receive taps instead of the opened item closing first.
- Improved
SwipeActionButtonvertical alignment with a fixed height and single-line labels with ellipsis. - Documented the public API with Dart documentation comments.
- Documented
SwipeActionButtonas the recommended default action widget while keepingSwipeActionsflexible withList<Widget>.
0.1.0 #
- Initial release.
- Added
SwipeActionswith leading and trailing actions. - Added
SwipeControllerto coordinate open swipe rows across a list. - Added
SwipeActionButtonfor customizable circular actions with labels. - Added RTL-aware swipe direction handling.
- Added animated decoration and action transitions for an iOS Mail-inspired feel.