weight_slider 1.2.2
weight_slider: ^1.2.2 copied to clipboard
Customisable slider widget for retrieving a person's weight/mass.
Changelog #
1.2.2 #
- Replaced
widthproperty with a changeableheightproperty, you can adjust the width via outer padding
1.2.1 #
- Upgrade the
flutter_svgdependency from,^0.19.1to^0.21.0+1 - Removed padding from
WeightSlider, allowing for flexibility - Updated
exampleto use the removed padding
1.2.0 #
- Upgrade the
flutter_svgdependency from,^0.17.4to^0.19.1 - Added example app
- Added
unitparameter and display alongside the current value (default:kg)
1.1.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.0.2 #
- Arrow slider indicator colour is now the primary colour of the app theme
- Renamed onChanged parameter to onChange
1.0.1 #
- Ran
flutter format
1.0.0 #
- Created weight slider widget