David Iglesias
David Iglesias
> Can you detail what about the package makes it hard to find? 99% of the APIs are super easy to use, and exactly as you say: just go to...
Yes, the workaround with `dynamic` felt very iffy, and it triggered a bunch of `unsafe_html` lints :) Being able to rename the setter was nice!
Trusted Types with the latest syntax has landed #173 again, but it still needs tweaks to be usable. I've created #175 so we don't forget :)
TrustedTypes is one of the most egregious examples, though: * https://caniuse.com/mdn-api_trustedtypes I'm not aware of any other non-prefixed chrome-only "top level" APIs like this!
cc/ @natebosch who knows way more about this than I do.
This is a PR where the autogenerated code had to be removed: https://github.com/flutter/plugins/pull/2602
I can get this done tomorrow. I think I'm one of the main users of the script for now :P
Sound on the web can't start playing until there's user interaction, so unless that cookie warning is shown by flutter and used to both initialize the audio of the game,...
(PS: @superiorsd10 if you want to attempt a fix, go for it!)
@RoarGronmo you can check when this lands by looking at the tags in the roll commit from flutter/engine to flutter/flutter that contains this feature, in this case: https://github.com/flutter/flutter/commit/7003bfab316a9e1f02221e50b935fa53be63088f It seems...