A versatile mapping package for Flutter. Simple and easy to learn, yet completely customizable and configurable, it's the best choice for mapping in your Flutter app.
When running the example on Chrome, a warning is thrown regarding usage of deprecated "serviceWorkerVersion" variable.
How can we reproduce it?
Run the example on Flutter 3.24.0 with Chrome as target:
flutter run -d chrome
See the warning:
Warning: In index.html:39: Local variable for "serviceWorkerVersion" is deprecated. Use "{{flutter_service_worker_version}}" template
token instead. See https://docs.flutter.dev/platform-integration/web/initialization for more details.
Warning: In index.html:49: "FlutterLoader.loadEntrypoint" is deprecated. Use "FlutterLoader.load" instead. See
https://docs.flutter.dev/platform-integration/web/initialization for more details.
What is the bug?
When running the example on Chrome, a warning is thrown regarding usage of deprecated "serviceWorkerVersion" variable.
How can we reproduce it?
Do you have a potential solution?
Follow migration details: https://docs.flutter.dev/platform-integration/web/initialization
Platforms
Web
Severity
Minimum: Allows normal functioning