stepper_counter_swipe

Creator: coderz1093

Last updated:

0 purchases

stepper_counter_swipe Image
stepper_counter_swipe Images

Languages

Categories

Add to Cart

Description:

stepper counter swipe

stepper_counter_swipe #



This concept of the widget is inspired by Nikolay Kuchkarov.
Designers asked his what if a user swipes left and will hold such type of button. Could this stepper count faster? I released this version with more functionality in this subject.
gif #

Created #

Ahmet Burak Ozyurt

Usage example #
import 'package:stepper_counter_swipe/stepper_counter_swipe.dart';
...
Container(
padding: const EdgeInsets.all(8.0),
child: StepperSwipe(
initialValue:0,
speedTransitionLimitCount: 3, //Trigger count for fast counting
onChanged: (int value) => print('new value $value'),
firstIncrementDuration: Duration(milliseconds: 250), //Unit time before fast counting
secondIncrementDuration: Duration(milliseconds: 100), //Unit time during fast counting
direction: Axis.horizontal,
dragButtonColor: Colors.blueAccent,
maxValue: 50,
minValue: -10,
),
),
...
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.