left_scroll_actions 1.3.0
left_scroll_actions: ^1.3.0 copied to clipboard
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 #
- If you add same
LeftScrollCloseTagtag to LeftScroll widget, widget will autoclose when other widget with same tag open; - 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