79402106

Date: 2025-01-31 08:13:08
Score: 0.5
Natty:
Report link

This is caused by a bug with recent update of webview_flutter_wkwebview (3.18.0), as discussed in this issue on Flutter repo.

You can temporarily fix it by overriding dependency version in pubspec.yaml back to 3.17.0:

dependency_overrides:
  webview_flutter_wkwebview: 3.17.0
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Benjamin Smrdelj