universal_html
universal_html copied to clipboard
Cross-platform 'dart:html'.
is it possible some how to give headers on final controller = WindowController(); await controller.openHttp( uri: Uri.parse("https://news.ycombinator.com/"), );
Expected: window.open() should open a new window Result: nothing happens Only works on the web. I wish this can be fixed or there's a workaround! Thank you in advance.
First of all, congrats to you! Your package is the only one that i've found that can handle with dumbs htmls inputs (broken ones). Can you make the attributes of...
Support for [:nth-of-type](https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-of-type) css selector is currently missing. Would be a nice enhancement - I need it :)
Changes introduced in `build_modules: 4.0.2` prevent me from building with DDC and dart2js. The changes in v4.0.2 prevent any conditional imports/exports for packages starting with `dart:`. For more info, please...
0a722837bff6055af9eb04921d5b7f0e3fe99882 removed `prefer_html` and `prefer_universal` and `prefer_sdk` folders. Documentation still reflects, that these are options a developer can choose. That is misleading.
I wanted to know if it's possible to update the SEO meta tags dynamically on the Flutter web index.html file?
navigator.mozGetUserMedia has been replaced by navigator.mediaDevices.getUserMedia when using window.navigator.getUserMedia(video: true)