-
Notifications
You must be signed in to change notification settings - Fork 205
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
Make selected date always the middle one #11
Comments
Hi @SpajicM, this is a different UI than then one I have created. It's a good idea to implement. If I get time to work on it I will add this. It can take a while though. |
I created a fork that centers the selected date (you can use it at https://github.com/Sub6Resources/DatePickerTimelineFlutter). @iamvivekkaushik I would open a pull request, but I added quite a few breaking changes. If you happen to review my commit and see that the changes are desirable, I can open a pull request. |
I am really busy these days and have almost no time to work on this. @Sub6Resources since your version is breaking changes I will take a look at your version of the code and make changes to this accordingly. |
Hey, requesting for the same feature. To fix the selected date as center and keep the initial date as last. Kindly help out by adding that feature. |
one more vote for this feature. It would be nice if the selected date was in the center or at least visible |
Make a stateful widget and then in For example, the code snippet below initializes a date picker and then immediately animates to two days back (in order for the selected date to appear at center):
|
Hi, I'd like to make it so that if you have a timeline with 7 days, selected date is always in the middle (fourth day), and you slide left/right between them.
The text was updated successfully, but these errors were encountered: