Files
workavia-mail-front/docs/adr/0056-update-flutter-service-worker-initialization.md
2025-04-21 03:23:14 -07:00

758 B

56. Update Flutter Service Worker Initialization

Date: 2024-11-15

Status

Accepted

Context

  • Since the new version of Flutter, old initialization of Flutter Service Worker does not work.
    • Version is always null
    • Twake Mail web resources is requested everytime the web is loaded, no cache is used
      • One hard-reload, one normal reload

Decision

Consequences

  • Twake Mail web use cache resources to improve performance
    • One hard-reload, many normal reload