VeryGoodOpenSource / very_good_templates

Collection of open-source templates created and maintained by Very Good Ventures.
70 stars 15 forks source link

chore(very_good_flame_game): update index.html serviceWorkerVersion #103

Closed alestiago closed 5 months ago

alestiago commented 5 months ago

Running the very_good_flame_game template using Flutter 3.22.0, gives:

Warning: In index.html:42: Local variable for "serviceWorkerVersion" is deprecated. Use
"{{flutter_service_worker_version}}" template token instead.

We should modify the index.html to follow the new Flutter web app initialization.

Requirements