height_slider 1.3.2
height_slider: ^1.3.2 copied to clipboard
Customisable slider widget for retrieving a person's height.
Changelog #
1.3.2 #
- Upgraded
flutter_svgfrom0.19.1to0.19.3
1.3.1 #
- Added ability to set your own unit by passing
unit, default beingcm - 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_svgdependency from,^0.17.4to^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.00to>=2.7.0 <3.0.0 - Upgrade the
flutter_svgdependency from,^0.15.0to^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