left_scroll_actions 2.2.0 left_scroll_actions: ^2.2.0 copied to clipboard
A simple use left-scroll-actions widget like WeChat. Slide to left and you can see buttons.
2.2.0 #
- Fix close with animation api.
2.1.2 #
- Fix some gesture issue in Android.
2.1.1 #
- Fix WidgetsBinding.instance warning in Flutter 3.0 .
2.1.0 #
- Rename LeftScrollGlobalListener to GlobalLeftScroll.
- Now can use GlobalLeftScroll.instance.removeRowWithAnimation to remove row with aniamtion.
2.0.1 #
- Now closeOnPop value is default set to false when running on iOS platform to retain the left-scroll-back gesture.
2.0.0-nullsafety.0 #
- Add nullsafety support.
- Remove LeftScrollList(deprecated).
1.5.3 Improve bounce style. #
- Change default k to 0.8.
- Avaliable hot reload when adding bounce style.
1.5.2 Add Bounce Style #
- Fix other row close timing.Now other row will close when you start open target row.
1.5.1 Add Bounce Style #
- Fix bug of throw error when use opacity and bounce same time.
- Fix BounceStyle builder function.
1.5.0 Add Bounce Style #
- Add
bounce
argument to class CupertinoLeftScroll to enable bounce style. - Use
bounceStyle
argument to control bounce style.
1.4.4 Fix bug #
- Fix
LeftScroll
can't open withoutonScroll
argument.
1.4.3 Fix bug #
- Fix use
LeftScrollGlobalListener.instance.targetStatus(tag, key)=true;
fail at first time.
1.4.2 Fix bug, update readme #
- Fix bug.
1.4.0 Add CupertinoLeftScroll #
- Add
CupertinoLeftScroll
widget,buttons will expand with iOS style. - To fetch this style, just simple replace
LeftScroll
withCupertinoLeftScroll
. - Update example, remove deprecated demo.
1.3.0 Add LeftScrollCloseTag,deprecated old list #
- If you add same
LeftScrollCloseTag
tag 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