David Iglesias
David Iglesias
@Piinks I do want to pick this up again, but I don't think I'll have time to do this before I/O :(
@wjkoh, @danagbemava-nc do you think this might be a duplicate of https://github.com/flutter/flutter/issues/112280 ?
Closing in favor of https://github.com/flutter/packages/pull/7845 which is closer to landing. Thanks for the contribution @tbansod2018!
What should we do with `web_embedding`? /cc @kevmoo
(One of) The problems with XFile in its current version, is that it should have been modeled as an interface which people use to *read* the contents of the file,...
> From triage: I'll try to look at the design for this sometime in the next week. @stuartmorgan do ping me if you want to brainstorm over a call!
I'm proposing a redesign of XFile that would make it very easy to add additional platform-specific types to XFile, so developers can pick the *best* type when creating an XFile...
(Just verified that web integration tests are running Just Fine, [here](https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8729722350423670737/+/u/Run_package_tests/drive_examples/stdout))
The seems to come from around here: * https://github.com/flutter/packages/blob/267ac7b66308ad34b6ce14c1f5399ab0691f9ede/packages/camera/camera_web/lib/src/camera.dart#L352 ``` TypeError: true: type 'bool' is not a subtype of type 'JSArray?' ``` We're mishandling some JS-interop code when attempting to...
PS, I think the web mocks need updating: ``` Launching integration_test/google_maps_controller_test.dart on Web Server in debug mode... org-dartlang-app:/google_maps_controller_test.mocks.dart:282:16: Error: Type argument 'Object?' doesn't conform to the bound 'JSObject' of the...