Releases: coval-solutions/weight-slider
Releases · coval-solutions/weight-slider
v1.3.0-nullsafety
Initial release with null safety
v1.2.2
Replaced width
property with a changeable height
property, you can adjust the width via outer padding
v1.2.1
- Upgrade the
flutter_svg
dependency from,^0.19.1
to^0.21.0+1
- Removed padding from
WeightSlider
, allowing for flexibility - Updated
example
to use the removed padding
v1.2.0
- Upgrade the
flutter_svg
dependency from,^0.17.4
to^0.19.1
- Added example app
- Added
unit
parameter and display alongside the current value (default:kg
)
v1.1.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
v1.0.2
- Arrow slider indicator colour is now the primary colour of the app theme
- Renamed onChanged parameter to onChange
v1.0.1
Ran flutter format
v1
Created the brand new widget for weight!