Skip to content

Does not update when value is changed from outside #13

@ened

Description

@ened

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions