creta_counter 0.3.0
creta_counter: ^0.3.0 copied to clipboard
A beautiful, accessible, keyboard-friendly counter widget for Flutter.
0.3.0 #
- Add
didUpdateWidgethandling: wheninitialCountchanges, widget updates value
0.2.0 #
- Add
textStyleoption to override internal font sizing - When
textStyleis provided, internal fontSize scaling is ignored - Example updated to demonstrate
textStyle
0.1.0 #
- Project scaffolding (package, example app skeleton, docs)
- Core logic with min/max and clamp/wrap
- Widget implementation with keyboard, buttons, colors, elevation, semantics
- Press-and-hold acceleration
- Example app with clamp and wrap demos
- Tests: unit and widget