universal_html icon indicating copy to clipboard operation
universal_html copied to clipboard

Don't use direct conditional exports for sdk libraries

Open juancastillo0 opened this issue 2 years ago • 1 comments

Fixes https://github.com/dint-dev/universal_html/issues/48.

Hi, i was having the same issue and this changes fixed it for me, more info in https://github.com/dart-lang/build/issues/3173. You already had the src/_sdk directory with all dart:<library>, so I exported those instead of directly exporting the dart sdk libraries.

Please let me know if there is anything more I can do. Thanks for your work!

juancastillo0 avatar Feb 06 '22 14:02 juancastillo0

Please merge this.

rokk4 avatar Jun 01 '22 15:06 rokk4

Thanks for the PR! 👍

terrier989 avatar Feb 16 '23 12:02 terrier989