ayn_stepper 0.0.3 copy "ayn_stepper: ^0.0.3" to clipboard
ayn_stepper: ^0.0.3 copied to clipboard

A new Flutter package.

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;
               });
             },
          );
}


3
likes
10
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on ayn_stepper