left_scroll_actions 1.3.0 copy "left_scroll_actions: ^1.3.0" to clipboard
left_scroll_actions: ^1.3.0 copied to clipboard

outdated

A simple use left-scroll-actions widget like WeChat. Slide to left and you can see buttons.

1.3.0 Add LeftScrollCloseTag,deprecated old list #

  1. If you add same LeftScrollCloseTag tag to LeftScroll widget, widget will autoclose when other widget with same tag open;
  2. If you want close target row,just use such code:
// 找到对应tag与key的row状态,改变状态即可
LeftScrollGlobalListener.instance.targetStatus(tag,key) = false;

[1.2.1] - Fix bug. #

Fix demo bug.

[1.2.0] - Add LeftScrollList. #

Add LeftScrollList,if you open a row in LeftScrollList, other row will auto close.

[1.1.0] - Fix bug, Improve demo. #

Add paramater to control pop event. Add usage in listview on demo. Add textColor paramater with LeftScrollItem. Now use key but not GlobalKey.

[1.0.0] - Init. #

  • init
30
likes
0
pub points
86%
popularity

Publisher

verified publisherfluttercandies.com

A simple use left-scroll-actions widget like WeChat. Slide to left and you can see buttons.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on left_scroll_actions