[go: nahoru, domu]

Skip to content

Releases: SandroMaglione/step-progress-indicator

v1.0.2

02 Jan 16:22
Compare
Choose a tag to compare
  • Fixed issue with blendMode and roundedEdges (#32)

v1.0.1

16 Jun 10:12
d233b7c
Compare
Choose a tag to compare
  • StepProgressIndicator and CircularStepProgressIndicator constructors as const
  • Added stepMainAxisAlignment and stepCrossAxisAlignment to align single step in StepProgressIndicator (#28)

Version 0.2.5+8

01 Dec 17:37
Compare
Choose a tag to compare
  • Fixed issue when adding roundedEdges with only one step (#12)
  • Added more widget tests

Version 0.2.4+7

25 Aug 06:44
Compare
Choose a tag to compare
  • Added roundedCap property to CircularStepProgressIndicator (#7)
  • Added gradientColor property to CircularStepProgressIndicator, and gradientColor, selectedGradientColor and unselectedGradientColor to StepProgressIndicator (#8)
  • Fixed customStepSize when circularDirection is CircularDirection.counterclockwise: now the step indexes start at 0 from the left to the right as expected
  • Added isSelected bool parameter to customStepSize, used to change the step size based on the selected/unselected status of the current step (breaking change)
  • Updated and expanded documentation examples
  • Fixed documentations updates

Version 0.2.2+5

26 Apr 10:13
Compare
Choose a tag to compare
  • Added material ripple effect on step tap (Thanks to @rodineijf for his contribution (#1))
  • Implemented roundedEdges property to add rounded edge corners to first and last step of the indicator (#2)
  • Updated and improved documentation and examples

Version 0.2.1+4

28 Feb 09:08
dd30698
Compare
Choose a tag to compare
  • Updated LICENSE, from GPL3 to MIT

Version 0.2.0+3

24 Feb 13:18
Compare
Choose a tag to compare
  • Added CircularStepProgressIndicator
  • Added optimized support for Continuous Progress Indicators (by setting padding to 0 and not using custom attributes)
  • Added more attributes
    • customSize
    • selectedSize
    • unselectedSize
    • fallbackLength
  • Made indicator custom attributes (customStep, customColor, onTap, customSize) zero-based (breaking change)
  • Added more examples
  • Updated the documentation with more screens and detailed examples
  • Added CircularStepProgressIndicator animation example
  • Bug fixing

Version 0.1.1+2

27 Jan 17:54
Compare
Choose a tag to compare

Initial public version.

Full package tutorial: Step Progress Indicator | Flutter Package Tutorial
Package on pub.dev: step_progress_indicator