numeric_steeper 0.1.0
numeric_steeper: ^0.1.0 copied to clipboard
Numeric steeper widget
numeric_steeper #
A custom, minimal iOS-style stepper widget for Flutter.
Inspired by Swift’s UIStepper
, this widget allows users to increment or decrement a numeric value with a sleek, Cupertino-like look.
[demo]
✨ Features #
- Fully Cupertino-styled
- Lightweight and dependency-free
- Supports custom step size, min/max limits, and callbacks
- Simple and customizable
- Works with
int
values out of the box
🚀 Getting Started #
Add to your pubspec.yaml
:
dependencies:
numeric_steeper: ^0.1.0