-
Notifications
You must be signed in to change notification settings - Fork 309
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
How to move the date labels to the top of the container #122
Labels
Comments
BTW: Forgot to mention: Great job on this library overall! |
Please use |
hyochan
added a commit
that referenced
this issue
Sep 14, 2019
Merged
hyochan
added a commit
that referenced
this issue
Sep 14, 2019
* Add feature on customizing markedDates text and decoration - More code formattings. * Add markedDateCustomShapeBorder. * Add markedDateCustomTextstyle. * Add documentation on newly added parameters * Update readme. * Support customization on each event dot widget - Fixes #112. * Give inactiveDaysTextStyle prior to other text styles - Fixes #101 * Fixed selectedDayTextStyle overriden by todayTextStyle - Fixes #101. - Make `renderDay` and `getDefaultTextStyle` to organize week calendar and month calendar properties into one. * Support onDayLongPressed as a feature request - Fixes #103. * Support semantic label - Fixes #139 * Expose `dayCrossAxisAlignment` and `dayMainAxisAlignment` to resolve #122 * Expose `showIconBehindDayText` to resolve #131 * Fixes #94
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version of flutter_calendar_carousel
1.3.18
Expected behavior
The date labels are in the center of the day container.
Is there a way to reposition them to a different location? Like the top left of top center of the container?
Actual behavior
Can't find a support way to reposition the date labels.
flutter doctor result (run flutter doctor in terminal)
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v1.6.3, on Linux, locale en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] Android Studio (version 3.4)
[✓] VS Code (version 1.33.1)
[✓] Connected device (1 available)
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: