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 add move than one event with different color #112

Closed
ShashankSirmour opened this issue May 26, 2019 · 1 comment · Fixed by #144
Closed

How to add move than one event with different color #112

ShashankSirmour opened this issue May 26, 2019 · 1 comment · Fixed by #144

Comments

@ShashankSirmour
Copy link

ShashankSirmour commented May 26, 2019

Version of flutter_calendar_carousel

1.3.17

Expected behavior

I want to add two events one for normal holidays and one for some special event how to make them different in color

Actual behavior

the event can be added with only one color with marked date

@hyochan hyochan added question Further information is requested help wanted Extra attention is needed labels May 30, 2019
@hyochan hyochan added feature request and removed help wanted Extra attention is needed question Further information is requested labels Sep 14, 2019
@hyochan
Copy link
Owner

hyochan commented Sep 14, 2019

If you use version 1.3.23 you can achieve this by adding dot widget in event. See the example below.
Screenshot from 2019-09-14 20-19-53

hyochan added a commit that referenced this issue Sep 14, 2019
@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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants