pinkfish
pinkfish
For newer android is returns things in IANA format using the ZoneID lookup. The older TimeZone package returns things like CST and PST in some cases, I think those cases...
Ok, submitted the fix that was added and publishing the new package now. Update to version 2.0.0 and it will have the fixes.
The emulator seems to return different timezone names than the real device (when I have tested it anyway).
Do you know if there is a way to get the full timezone name from the system in these cases? Seems to be an issue with how the emulators setup...
I switched the API to use ZoneId after looking around on the web a bit. Looks like this returns an iana timezone name more frequently...
That sounds good to me. I only needed the scrolling day view. So I didn't write the other views, although there is framework to support other views in there.
It is published on flutter dev packages yes On Fri, Nov 1, 2019, 1:17 PM shaharsol wrote: > Is it published on pub.dev? > > — > You are receiving...
Hi there, Been refactoring my whole app and almost done with that, then I am going to look into and fix up some issues with the calendar piece. Thanks! David....
Gah. I thought i had fixed all these off by one issues :(. Ok. On Thu, 7 Feb 2019 at 13:11, Patrick Truong wrote: > Same issue for me! >...
Sure if you want to make a change I can merge it in that works for me. On Sep 5, 2018 7:32 PM, "arvanus" wrote: Hi. Can you add a...