Flutter Web crashes with Cannot open file client.js
adding the following in the pubspec.yaml worked for me. I am using beta channel.
dependencies:
dwds: ^7.1.1
then run command:
flutter update-packages
adding the following in the pubspec.yaml worked for me. I am using beta channel.
dependencies:
dwds: ^7.1.1
then run command:
flutter update-packages