imujtaba8488 / package_im_stepper

A growing collection of beautiful, easy to use, stepper and page indicator widgets.
https://pub.dev/packages/im_stepper
BSD 3-Clause "New" or "Revised" License
148 stars 65 forks source link

BUG: activeStep ignores initial value #48

Open DanielEidlin opened 1 year ago

DanielEidlin commented 1 year ago

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 hot reload the widget updates and activates the correct dot.