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,
)

Libraries

counter_slider