Since dart:html is not supported when compiling to Wasm, the correct alternative now is to use dart.library.js_interop to differentiate between native and web
Source:
https://dart.dev/interop/js-interop/package-web
* chore: update comment for packages section in pubspec.yaml
* chore: add youtube_explode_dart package
* feat: add YoutubeVideoSupportMode
* docs: add a link to the 'flutter_inappwebview' plugin desktop support issue in YoutubeVideoSupportMode
* chore: add TODO in QuillToolbarVideoButton