The
dart:html library was accessible in a flutter web applications prior to flutter 1.9
It's needed for important use cases like file picker, drag and dropping files, cookies, etc...(because dart:io cannot be used in flutter web apps)
How is it possible to use the dart:html library in flutter web apps now after the web support has been merged.
Or, is there another way to access browser elements?