stepper_touch

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

stepper touch

stepper_touch #



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 #

Raouf Rahiche
(@raoufrahiche)
(Youtube)

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'),
),
),
...
copied to clipboard
Getting Started #
For help getting started with Flutter, view our online
documentation.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.