package_im_stepper icon indicating copy to clipboard operation
package_im_stepper copied to clipboard

A growing collection of beautiful, easy to use, stepper and page indicator widgets.

Results 19 package_im_stepper issues
Sort by recently updated
recently updated
newest added

Any idea how I can achieve that? ![image](https://user-images.githubusercontent.com/29517209/108641897-7e782f00-74aa-11eb-8ae8-37bbb19bb591.png)

enhancement
question

When upgraded to 0.1.2+10, pressing next or previous button the animation don't follow the steps, like showed: https://user-images.githubusercontent.com/9019172/109513641-16b27d00-7a84-11eb-8647-b19ba8743bfc.mp4 PS: maybe property **Alignment** is related to the problem?

bug

hello I am trying to add text on dots line and under the pic any hint or way to make it in good way ![Screen Shot 2021-08-09 at 9 59...

enhancement

Hey, tried turning my images into icons, but couldn't get them to look how i want. Instead chose to use image stepper, but am not able to size the png...

question

../../.pub-cache/hosted/pub.dev/flutter_form_bloc-0.20.6/lib/src/stepper/stepper.dart:283:23: Error: The getter 'accentColor' isn't defined for the class 'ThemeData'. - 'ThemeData' is from 'package:flutter/src/material/theme_data.dart' ('../../Documents/flutter/packages/flutter/lib/src/material/theme_data.dart'). Try correcting the name to the name of an existing getter, or defining...

The current version on pub.dev is a master with commit e9b48c96b08e1085a182dab997350d59bdf5a7f8, while the latest commit in master is 1f715dfffd22373ea65bba85fc9471e549b85d6b. Both commits have version 1.0.1+1 The current master breaks old functionality...

I tried 3 animation jump, worm and magnify. All of them with 4 dots only, when jumping over 2 dots meaning from first to last dot I see middle dots...

![image](https://user-images.githubusercontent.com/46025220/209969356-e3cb2104-b08c-4ad8-bff2-a4ddd52cf581.png) I want to show only the steppers and hide the nav buttons because they do the same thing

When I initialize the `DotStepper` with `activeStep` set to an initial value, it ignores the value I provided completely and renders the first dot as active. Only when I hit...