You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into an issue where DateTimeZoneProviders.tzdb isn't loading timezones that aren't explicitly loaded at startup. Is there a way to have timezones dynamically load when trying to be parsed? I should note that if I do an explicit
await tzdb[<timezone name>];
on the timezone being parsed, it works perfectly. Any thoughts on what I'm doing wrong? Note, I'm only seeing this on flutter web.
I'm running into an issue where DateTimeZoneProviders.tzdb isn't loading timezones that aren't explicitly loaded at startup. Is there a way to have timezones dynamically load when trying to be parsed? I should note that if I do an explicit
on the timezone being parsed, it works perfectly. Any thoughts on what I'm doing wrong? Note, I'm only seeing this on flutter web.
pubspec:
main.dart:
Screen.Recording.2023-06-09.at.5.19.14.PM.mov