You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
When building this app locally on latest flutter version. I ran into an issue with audio
../../../../AppData/Local/Pub/Cache/hosted/pub.dev/audioplayers_web-2.1.0/lib/web_audio_js.dart:8:12: Error: `@staticInterop` classes should
not contain any generative constructors.
Use factory constructors instead.
external JsAudioContext();
I resolve it by modifying the code it's and implementing factory constructors.
Although this resolved my issue, and I could hear the audio, I don't believe modifying a file in AppData should be the solution. Any idea on what the actual solution should be? I'm new to using Flutter.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When building this app locally on latest flutter version. I ran into an issue with audio
I resolve it by modifying the code it's and implementing factory constructors.
Although this resolved my issue, and I could hear the audio, I don't believe modifying a file in AppData should be the solution. Any idea on what the actual solution should be? I'm new to using Flutter.
The text was updated successfully, but these errors were encountered: