slide_action 0.0.2 slide_action: ^0.0.2 copied to clipboard
A highly customizable slide to perform an action widget. This package provides an easy-to-use widget which is supported by multiple platforms.
[0.0.2] - Removed color blend modes usage on web (17/10/2022) #
- On web, color blend modes are buggy as of flutter 3.3.4 (stable) version. disabledColorTint property is ignored on the web. Opacity of the widget is reduced when disabled in web instead.
[0.0.1+3] - Minor Changes (27/02/2022) #
- Changed buildContext to context in widget builders.
[0.0.1+2] - Minor Changes (27/02/2022) #
- Action field is now required.
- Fixed Readme.
[0.0.1+1] - Documentation Revision (27/02/2022) #
- Revised Documentation.
- No core changes.
[0.0.1] - Slide Action Widget (25/02/2022) #
- Added slide action widget and example project.