-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NumberPickerDialog #106
Comments
I have the same problem while use Number Picker Dialog. |
|
You can create your custom dialog as below. You can update the selection by onChanged method under DecimalNumberPicker() but even so I've added an elavated button in order to close the custom dialog. bool selectedWeight = 0.0 Future openModal() async { |
In the latest version the NumberPickerDialog is no longer implemented. I'm wondering how to implement this?
The text was updated successfully, but these errors were encountered: