spinner_input icon indicating copy to clipboard operation
spinner_input copied to clipboard

A spinner input for flutter. https://pub.dartlang.org/packages/spinner_input

Results 9 spinner_input issues
Sort by recently updated
recently updated
newest added

Still need to migrate RaisedButton to ElevatedButton, but that can be a next enhancement

Would be great to support null-safety in this plugin. CC @Ali-Azmoud

In buttons style is no option to remove the elevation effect when cursor/pointer is over the button. this is correct or i missing something? a flat style is more useful...

it is possible not to reload the screen when they tap the -+?

There is no need to copy the value around - as the value is given from the outside. This also solves a issue when the spinner internally moved on but...

I would like to show a percent sign next to the number.

Hi I'm submitting the value from keyboard to spinner,then I have to submit it by pressing green button inside spinner..so need 2 submits for a value is there any fix?

Hi, @Ali-Azmoud I have the same problem of #1 with version 0.1.2. this is my code: ```javascript Future _setCustomHours() async { return showDialog( context: context, barrierDismissible: false, builder: (BuildContext context)...

![image](https://user-images.githubusercontent.com/29586966/64503408-8287af80-d2fd-11e9-8589-d7b5f7269182.png)