We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Im creating a opening hours for a store where users expected to list their Working Hours on days of week.
The problem is i want to disable the user from creating times like 10 PM to 3 AM because the user shouldn't pass 24 hours.
The user should select their time within 24 hours of a day but should not pass to the next day like example i mentioned.
The text was updated successfully, but these errors were encountered:
I did this by adding a 1 min disabled interval. I also forked this repo to block the sliders from passing through the disabled interval: https://github.com/Jonny1987/flutter_time_range_picker
Sorry, something went wrong.
No branches or pull requests
Im creating a opening hours for a store where users expected to list their Working Hours on days of week.
The problem is i want to disable the user from creating times like 10 PM to 3 AM because the user shouldn't pass 24 hours.
The user should select their time within 24 hours of a day but should not pass to the next day like example i mentioned.
The text was updated successfully, but these errors were encountered: