NumberPicker icon indicating copy to clipboard operation
NumberPicker copied to clipboard

Results 42 NumberPicker issues
Sort by recently updated
recently updated
newest added

This allows you to have a read only display using this control. This follows similar logic in the rest of Flutter.

Whenever I scroll, the number does not update with it and whenever I release it just reverts back to 0. When I print the values in onChanged it does update...

Works great if I turn `infiniteLoop: true`. Otherwise, it crashes if I try to swipe before the first or past the last item, but only when the axis is set...

When I set infiniteLoop to true such `infiniteLoop: true`, it throws me an error such as below. I couldn't find any information about the usage of this parameter. I saw,...

**Description:** This pull request resolves issue #146 by addressing the problem where the decoration was covering the number in the `NumberPicker` widget. The issue occurred because the decoration was placed...

When I try adding a color to the selected value by using the parameter called 'decoration', the decoration appears over the text, (effectively hiding the number) rather than appearing under...

onChange called when the user stops changing the value

when the minValue or maxValue changes, the focus of the value gets lost, because the itemCount changes and that has an effect on the value in focus.

Hi, I tried the example given here: https://pub.dev/packages/numberpicker However, I cannot scroll the number! It looks like it doesn't respond to mouse movement. My project is setup in Android Studio...

Hi I am trying to enable my app to run on Android TV. I followed this [guide](https://medium.com/dlt-labs-publication/how-to-create-an-android-tv-app-using-flutter-4a17ac863ddc). I made the changes to the AndroidManifest.xml and wrapped MaterialApp with Shortcuts widget...