flutter-intro-slider icon indicating copy to clipboard operation
flutter-intro-slider copied to clipboard

[Feature Request] Support even shapes other than dots to indicate progress.

Open agent515 opened this issue 3 years ago • 0 comments

Journey progress is shown using 'dots' on the screens. You can change the animation, color, and radius but not the shape itself. I'm requesting a feature to support different shapes in one of the two ways:

  • Accept custom widgets as selectedIndicator, unselectedIndicator
  • Provide a way to select other types of indicators using enum DotIndicatorType (DotIndicatorType.dot, DotIndicatorType.rectangle).

In short, this feature should allow us to create a journey-progress widget as shown below. Screenshot 2022-07-17 at 11 28 08 AM

agent515 avatar Jul 17 '22 06:07 agent515