Skip to content

AnsarAzees/AYNStepperView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors