srawlins / timezone

Time zone database and time zone aware DateTime object for Dart.
BSD 2-Clause "Simplified" License
102 stars 54 forks source link

Browser bombs when running in web --release mode #99

Closed wirelessjeano closed 3 years ago

wirelessjeano commented 3 years ago

Package is causing the browser to bomb when running in --release mode.

image

I am initializing the database in a service:

image

Which is called in my main.dart file:

image

Currently on Flutter 2.0.5:

image

Using timezone 0.7.0

image

wirelessjeano commented 3 years ago

Same issue as here https://github.com/srawlins/timezone/issues/68. Workaround in comments.