Given code like this:
TouchSpin(
min: 0,
max: 99999,
value: outsideValue,
)
Then the TouchSpin widget does not update if outsideValue is changed on the next rebuild. outsideValue may come from state, bloc etc.
Tested w/ flutter_touch_spin: ^2.0.0-nullsafety.1
Given code like this:
Then the
TouchSpinwidget does not update ifoutsideValueis changed on the next rebuild.outsideValuemay come from state, bloc etc.Tested w/
flutter_touch_spin: ^2.0.0-nullsafety.1