Devon Carew
Devon Carew
It's just sent as a VM protocol reference - you can then call service protocol methods to get more info about it. From the client, you basically just see the...
When I'm deploying to appengine, I remove all symlinks from the build/web directory (recursively, and then create one realized copy of `packages` in build/web (real files, not symlinks). This prevents...
Another source of info we could use is the `experimental` flag from the MDN web docs: https://developer.mozilla.org/en-US/docs/MDN/Writing_guidelines/Experimental_deprecated_obsolete From that page, features graduate out of experimental if `"[they are] supported by...
Perhaps close this issue (and track exposing specific APIs in other issues?)?
OK, for some data, the commits in this PR move this package from webref/idl versions 3.37.0 (published 6 months ago) up through 3.42.0 by minor versions: - https://github.com/dart-lang/web/pull/150 Clicking on...
> Potentially slightly off topic: Do we have a comparison against `dart:html` of the places where we made Dart specific tweaks where `package:web` will be more JS idiomatic? This has...
I don't think this is any different than what's said above, but I like the idea of having a small, core `package:web` - few, high-value, high-usage APIs. We could also...
This will likely be fixed by https://github.com/actions/stale/pull/1084.
@mpszczolinski - thanks for the report! From the report, it sounds like you think the resolution here might lie in Flutter's WidgetsFlutterBinding.ensureInitialized() method. If so, you may want to re-file...
Thanks for the contribution! Adding @leonsenft for thoughts. @sno2 - please also bump the pubspec version to match (and the version there and in the chaneglog should likely be 0.17.4-wip).