height_slider 1.4.0-nullsafety+1 height_slider: ^1.4.0-nullsafety+1 copied to clipboard
Customisable slider widget for retrieving a person's height.
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
from0.19.1
to0.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_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