swipe_reveal_card 0.2.0
swipe_reveal_card: ^0.2.0 copied to clipboard
A lightweight Flutter card widget with horizontal swipe-to-reveal actions. Simple API, Material ink ripples, and scroll-position persistence.
0.2.0 #
- Add
SwipeRevealControllerfor programmatic open / close / toggle. - Add
SwipeRevealGroupso only one card is open at a time in a list. - Add
closeOnAction,closeOnCardTap,enabled,onOpen, andonClose. - Allow custom action content via
SwipeAction.child.
0.1.2 #
- Add BDD widget tests with Gherkin feature files (
bdd_widget_test).
0.1.1 #
- Use absolute GitHub image URLs in the README so the demo GIF and screenshots render correctly on pub.dev.
0.1.0 #
- Initial release of
swipe_reveal_card. SwipeRevealCardwith optional horizontal swipe-to-reveal actions.SwipeActionmodel with label, optional icon/color, and typed callback.- Example app, widget tests, and documentation assets.
