forked from localvoid/timezone
-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
Description
Hello.
I'm having a trouble with tzf files, I think the database is not included into generated assets for web. Everything works fine in debug but when I run flutter build web and then run the generated static site, a 404 error is showing for: packages/timezone/data/latest.tzf that comes from the flutter_service_worker.js.
Maybe Am I skipping a configuration step or something?
Thanks.