Skip to content
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 show icon widget behind the date text? #131

Closed
idurvesh opened this issue Jul 30, 2019 · 2 comments · Fixed by #144
Closed

how to show icon widget behind the date text? #131

idurvesh opened this issue Jul 30, 2019 · 2 comments · Fixed by #144
Labels
feature request help wanted Extra attention is needed

Comments

@idurvesh
Copy link

I want to add a background color to the specific marked dates. How can I do it? Adding customize widget hides the date.

@hyochan hyochan added the help wanted Extra attention is needed label Sep 13, 2019
@hyochan
Copy link
Owner

hyochan commented Sep 13, 2019

Currently, this is not smoothly supported in current status. You'll have to make your own widget and overlap it.

@hyochan
Copy link
Owner

hyochan commented Sep 14, 2019

Please set showIconBehindDayText to true to achieve this with flutter_calendar_carousel 1.3.23.

@hyochan hyochan mentioned this issue Sep 14, 2019
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
Labels
feature request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants