flutter_picker
flutter_picker copied to clipboard
Add a way to disable confirm button based on picker values
There is any way to disable confirm button based on picker values ?
Not supported now. What is the situation that needs to be like this?
Not supported now. What is the situation that needs to be like this?
One situation is where you need to pick a date that is greater or equal to DateTime.Now() only.
Okay, I'll take the time to add that support. Thanks.