stepper_touch 1.0.0 copy "stepper_touch: ^1.0.0" to clipboard
stepper_touch: ^1.0.0 copied to clipboard

A flutter stepper widget with nice and smooth swipe animation

stepper_touch #

Awesome Flutter

The concept of the widget inspired from Nikolay Kuchkarov. i extended the functionality to be more useful in real world applications

Thank You! #

Please ⭐ this repo and share it with others

gif #

Created #

Usage example #

import 'package:stepper_touch/stepper_touch.dart';
...
Container(
  padding: const EdgeInsets.all(8.0),
  child: StepperTouch(
    initialValue: 0,
    direction: Axis.vertical,
    withSpring: false,
    onChanged: (int value) => print('new value $value'),
  ),
),
...

Getting Started #

For help getting started with Flutter, view our online documentation.

13
likes
140
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter stepper widget with nice and smooth swipe animation

Repository (GitHub)
View/report issues

Topics

#ui #widget

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on stepper_touch