chrystoffer / AYNStepperView

A new stepper view to control count

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ayn_stepper

A fully customizable Flutter Widget to get count. It can be applicable in e-commerce apps for getting cart count.

Active

Using

Create a widget to load and edit an image:

Widget _buildStepper() {
  return AYNStepperView(
               count: _counter,
               activeForegroundColor: Colors.purple,
               didChangeCount: (count) {
               setState(() {
                _counter = count;
               });
             },
          );
}

About

A new stepper view to control count

License:Other


Languages

Language:Dart 90.9%Language:Swift 4.6%Language:Kotlin 4.1%Language:Objective-C 0.4%