selectable_box 2.0.0
selectable_box: ^2.0.0 copied to clipboard
A flutter package that will allow you to create a selectable box with multiple customizations.
Changelog #
All notable changes to this project will be documented in this file.
2.0.0 #
- Breaking:
SelectableBoxis now aStatefulWidget. - Breaking:
onTapis now optional (nullable). - Added
SelectableBoxControllerfor multi-selection support withmaxSelectionslimit. - Added
onLongPresscallback. - Added
enabledproperty withdisabledOpacityfor disabled state. - Added
animationCurveproperty for custom animation curves. - Added
scaleandselectedScaleproperties for iOS-like scale animation. - Added
enableHapticFeedbackandhapticFeedbackTypefor haptic feedback. - Added
borderGradientandselectedBorderGradientfor gradient borders. - Added
elevation,selectedElevation, andshadowColorfor shadow/elevation. - Added badge support:
showBadge,badgeText,badgeColor,badgeTextStyle,badgePosition,badgePadding,customBadge. - Added
BadgePositionenum andHapticFeedbackTypeenum. - Removed
figma_squircledependency - smooth border radius now implemented in code.
1.0.9 #
- Removed
figma_squircledependency. - Implemented custom smooth border radius (squircle) in code.
- Reduced package dependencies.
1.0.8 #
- Bug fixes & improvements.
1.0.7 #
- API changes.
1.0.6 #
- Faster performance.
1.0.5 #
- API changes.
1.0.4 #
- Screenshot update.
1.0.3 #
- Checkbox widget.
- Smooth border radius.
1.0.2 #
- Code linting.
1.0.1 #
- Documentation update.
1.0.0 #
- Initial release.