koukibadr / Bottom-Picker

https://pub.dev/packages/bottom_picker
MIT License
32 stars 21 forks source link

Please add a SelectableDayPredicate #51

Closed zAlweNy26 closed 2 years ago

zAlweNy26 commented 2 years ago

I really like your package, but it needs something like the SelectableDayPredicate to be a 10 out of 10. If you could add it to filter days, months, years and hours, it would be fantastic!

koukibadr commented 2 years ago

@zAlweNy26 thanks a lot for your support! I will work on it once it's ready to use I will let you know

zAlweNy26 commented 2 years ago

@koukibadr thank you very much for the attention, I also suggest adding a setting to define minutes interval, it should be easy to add as it already exist in the CupertinoDatePicker you use! image Also, pay attention to this problem about minuteInterval : https://stackoverflow.com/questions/62590945/setting-cupertinodatepicker-minuteinterval-throws-an-exception-flutter

zAlweNy26 commented 2 years ago

Sorry to bother you again, but I saw a grammatical error in your code, I don't know if you already know this and you will fix it in the next package version, but to be sure I wanted to warn you about it. image

koukibadr commented 2 years ago

@zAlweNy26 thanks for your feedbacks I will work on them

fareesh commented 2 years ago

Fix for the typo: https://github.com/koukibadr/Bottom-Picker/pull/54

fareesh commented 2 years ago

Added a proposed solution to wrap minuteInterval option in CupertinoDatePicker. If initialDateTime is not supplied, the error below will be triggered in its present form.

@koukibadr thank you very much for the attention, I also suggest adding a setting to define minutes interval, it should be easy to add as it already exist in the CupertinoDatePicker you use! image Also, pay attention to this problem about minuteInterval : https://stackoverflow.com/questions/62590945/setting-cupertinodatepicker-minuteinterval-throws-an-exception-flutter

koukibadr commented 2 years ago

@zAlweNy26 I just merged @fareesh's PR contains all the necessary modifications I will let you know once it's published

zAlweNy26 commented 2 years ago

Beautiful, thank you all a lot for your work !