Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 953 Bytes

CHANGELOG.md

File metadata and controls

45 lines (28 loc) · 953 Bytes

1.0.7

  • Updated the README.md file.

1.0.6

  • Updated the README.md file.

1.0.5

  • Introduced the stepAnimationDuration property in the constructor.
  • Updated the README.md file.

1.0.4

  • Change LICENSE from MIT to BSD-3-Clause.
  • Upgrade Dart version to ^3.6.1.
  • Update README.md file.

1.0.3

  • Downgraded Dart version to ^3.5.4.

1.0.2

  • Updated the .gitignore file to include additional files and directories.
  • Made minor updates to the LICENSE file for clarity.

1.0.1

  • Formatted code.

1.0.0

  • Fixed bug preventing progression to the next step when on the final step.
  • Added GitHub Actions for code analysis and running tests on push to the master branch.
  • Wrote unit and widget tests.
  • Updated documentation.
  • Cleaned and refactored code.
  • Renamed widget to StepProgress from Progress.
  • Renamed repository to step_progress from step-progress.

0.0.2

  • Initialize package