Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

47 lines (28 loc) · 1.14 KB

Changelog

1.4.0-nullsafety+1

  • Fixed issue with current height slider label being clipped

1.4.0-nullsafety

  • Initial release with null safety

1.3.2

  • Upgraded flutter_svg from 0.19.1 to 0.19.3

1.3.1

  • Added ability to set your own unit by passing unit, default being cm
  • Increased the font size of the height value and placed it in the centre

1.3.0

  • Added Example app for iOS
  • Upgrade the flutter_svg dependency from, ^0.17.4 to ^0.19.1

1.2.0

  • Added Flutter dependency requirements, >=1.6.7 <2.0.0
  • Updated Dart SDK requirements, from >=2.1.0 <3.00 to >=2.7.0 <3.0.0
  • Upgrade the flutter_svg dependency from, ^0.15.0 to ^0.17.4

1.1.3

  • Added ability to set custom color to the slider circle by passing sliderCircleColor

1.1.2

  • Added ability to update the numberline color by passing numberLineColor
  • Added ability to update the color of the current height label by passing currentHeightTextColor

1.1.1

  • Fixed issue with slider and label getting cut off at the top

1.1.0

  • You can now use your own custom person SVG

1.0.0

  • Created height slider widget