We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flutter web apps are required to migrate from dart:html to package:web to use WASM.
See https://docs.flutter.dev/platform-integration/web/wasm and https://pub.dev/packages/web for more information.
The text was updated successfully, but these errors were encountered:
8dd7a07
recorder.dart still uses dart:html:https://github.com/llfbandit/record/blob/8dd7a075fccaec8e1e390ef29eb7a54f99410149/record_web/lib/recorder/recorder.dart
recorder.dart
dart:html
Sorry, something went wrong.
All occurrences of dart:html: https://github.com/search?q=repo%3Allfbandit%2Frecord%20dart%3Ahtml&type=code
fix(web): Migrate to package:web missing parts & example.
14b8b5f
closes #311
No branches or pull requests
Flutter web apps are required to migrate from dart:html to package:web to use WASM.
See https://docs.flutter.dev/platform-integration/web/wasm and https://pub.dev/packages/web for more information.
The text was updated successfully, but these errors were encountered: