good_dismissable 1.1.1
good_dismissable: ^1.1.1 copied to clipboard
A polished Flutter alternative to Dismissible with cleaner swipe-to-dismiss and reveal actions for cards, lists, and inbox-style UIs.
1.1.1 #
- Updated package metadata to satisfy pub.dev description length guidance.
1.1.0 #
- Added LinkedIn-style reveal actions that snap open and stay tappable.
- Added
GoodDismissableSwipeBehavior.revealfor action-first swipe flows. - Added
onActionPressed,actionContent,revealActionExtent, and related reveal configuration. - Added
GoodDismissableVariants.linkedInDelete()as a ready-to-use reveal variant. - Improved README examples and release documentation.
1.0.1 #
- Updated README documentation.
1.0.0 #
- Initial release