ma7moud3osman / easy_stepper

Flutter Package help you to build easy stepper widget with several customization
https://pub.dev/packages/easy_stepper
MIT License
90 stars 40 forks source link

not working correctly #18

Closed Maclaon closed 1 year ago

Maclaon commented 1 year ago
EasyStepper(
                  key: const Key("chaptercraft_stepper_key"),
                  activeStep: controller.activeStep,
                  lineLength: 1050.w,
                  lineSpace: 4,
                  lineType: LineType.normal,
                  defaultLineColor: Colors.purple.shade300,
                  borderThickness: 10,
                  internalPadding: 15,
                  enableStepTapping: false,
                  disableScroll: true,
)

disableScroll: true not working~

ma7moud3osman commented 1 year ago

Hello @Maclaon Thank you for your contribution. we fix disableScroll in the next release & it should work as expected regards.