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

Added events counter #49

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

pmcarlos
Copy link

@pmcarlos pmcarlos commented Mar 15, 2019

Display events as dot under the day.
You need to add event to the Calendar.
Sample events data

Map _events = { DateTime(2019, 3, 1): ['Event A', 'Event B', 'Event C'], DateTime(2019, 3, 4): ['Event A'], DateTime(2019, 3, 5): ['Event B', 'Event C'], DateTime(2019, 3, 13): ['Event A', 'Event B', 'Event C'], DateTime(2019, 3, 15): [ 'Event A', 'Event B', 'Event C', 'Event D', 'Event E', 'Event F', 'Event G' ], DateTime(2019, 2, 26): ['Event A', 'Event A', 'Event B'], DateTime(2019, 2, 18): ['Event A', 'Event A', 'Event B'], };
Screen Shot 2019-03-14 at 9 18 40 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant