counter_slider 0.1.0 copy "counter_slider: ^0.1.0" to clipboard
counter_slider: ^0.1.0 copied to clipboard

Flutter Number counter widget with sliding animations and Material theme colors.

Number Counter that slides, inspired on This Dribbble shot by Ehsan Rahimi, and based on Material Design.

Here you can test it live

Example

Features #

  • min and max values
  • border and sizing customizable

Getting started #

Prequisites: flutter v3.0.0.

install with

flutter pub get counter_slider

Usage #

CounterSlider(
    value: value,
    setValue: setValue,
    width: 256,
    height: 64,
    slideFactor: 1.4,
)
6
likes
150
pub points
52%
popularity

Publisher

unverified uploader

Flutter Number counter widget with sliding animations and Material theme colors.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on counter_slider