pinkfish / flutter_calendar

Calendar widget for flutter
BSD 2-Clause "Simplified" License
243 stars 40 forks source link

removed dependecies and fixed demo #5

Closed vbandrade closed 6 years ago

pinkfish commented 6 years ago

This does mean it will only display the datetime in the current timezone right? I guess you could convert everything to the default timezone first.

vbandrade commented 6 years ago

I made a mess with github and sent this pr to your repo instead of mine. sorry.

pinkfish commented 6 years ago

Ahh, no worries. I find github a little confusing around that too :)

You find the tzdatetime a bit hard to work with I take it?

On Wed, 31 Oct 2018 at 09:28, @vbandrade notifications@github.com wrote:

I made a mess with github and sent this pr to your repo instead of mine. sorry.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pinkfish/flutter_calendar/pull/5#issuecomment-434751710, or mute the thread https://github.com/notifications/unsubscribe-auth/ACbmMU7lqPQf6dxrbjq-z4uRXFtQO1V6ks5uqc_CgaJpZM4X9uOi .

vbandrade commented 6 years ago

a bit, yeah. but in my use case events have the same duration and timezones arent necessary. I was looking for ways to hook up a list with a calendar picker and this solution was a good start. I'll also remove the banner images.