flutter_swipe_actions 0.2.0 copy "flutter_swipe_actions: ^0.2.0" to clipboard
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 itemBorderRadius to 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 SwipeActionButton vertical alignment with a fixed height and single-line labels with ellipsis.
  • Documented the public API with Dart documentation comments.
  • Documented SwipeActionButton as the recommended default action widget while keeping SwipeActions flexible with List<Widget>.

0.1.0 #

  • Initial release.
  • Added SwipeActions with leading and trailing actions.
  • Added SwipeController to coordinate open swipe rows across a list.
  • Added SwipeActionButton for customizable circular actions with labels.
  • Added RTL-aware swipe direction handling.
  • Added animated decoration and action transitions for an iOS Mail-inspired feel.
1
likes
0
points
235
downloads

Publisher

unverified uploader

Weekly Downloads

Smooth iOS Mail-inspired swipe actions for Flutter lists, with a reusable controller and customizable action buttons.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_swipe_actions