flutter_checkbox 0.1.0
flutter_checkbox: ^0.1.0 copied to clipboard
A customizable checkbox widget for Flutter with built-in label support, pixel-perfect size control, and smooth animations.
0.1.0 #
- Initial release.
CustomCheckboxwidget with built-in label support (label/labelWidget).- Pixel-perfect size control via
CheckboxStyle.size. - CustomPainter-based rendering with animated checkmark stroke.
CheckboxShapeenum — choose betweenrectangle(default) andcircleshape.CheckboxStylefor full visual customization (colors, border, radius, stroke width).- Configurable animation duration and curve.
- Disabled state with reduced opacity.
- Playground example app with live controls.