All Projects → Rahiche → Stepper_touch

Rahiche / Stepper_touch

Licence: other
flutter stepper_touch widget

Programming Languages

dart
5743 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].