NumberPicker widget in Flutter?
It looks like someone wrote one: https://pub.dartlang.org/packages/numberpicker
You could just use a TextField or TextFormField and set the keyboardType
to TextInputType.number
.
It looks like someone wrote one: https://pub.dartlang.org/packages/numberpicker
You could just use a TextField or TextFormField and set the keyboardType
to TextInputType.number
.