David Iglesias
David Iglesias
Updates conversion of `BitmapDescriptor.fromBytes` marker icons to support the new `size` parameter. Also: * Minor refactor to extract the conversion of BitmapDescriptor to gm.Icon to a separate method. * Updates...
Adds a `size` parameter to the `BitmapDescriptor.fromBytes` constructor, so **web** applications can specify the actual *physical size* of the bitmap. The parameter is not needed (and ignored) in other platforms....
We're attempting to run some tests in Chrome96, and this bit of the code is failing: https://github.com/flutter/flutter/blob/5e0cc4cba416866225821c0eaba581ac7c0a712c/examples/hello_world/test_driver/smoke_web_engine_test.dart#L46-L50 With the following error ([complete build](https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8820302907871290081/+/u/run_test.dart_for_web_long_running_tests_shard_and_subshard_5_5/test_stdout#L1003_35)): ``` type '_InternalLinkedHashMap' is not a subtype...
Adds a small JS-Interop layer to use the TrustedTypes API from the flutter/engine code, and use it to download the CanvasKit JS. Adds a test that runs the canvaskit_api tests...
This PR adds some tweaks to the JS-interop layer found while using the library to (re)write the `package:google_sign_in_gis_web`. The main changes are: * Mark optional arguments as properly optional (and...
Ignores junk (?) `.uuid` files that seem to have started popping up in my working copy (generated by gradle?): ```console dit@dit:~/github/packages$ git status On branch main Your branch is up...
So far, these are the places that I've found that aren't using the correct coordinates for the events they're handling (they'd only work in full-screen mode): ### pointer_binding.dart In the...
Cocoon is not reporting success for manually retried LUCI builds, for example in this run: https://github.com/flutter/plugins/runs/9782441143 I retried manually [here](https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_x64%20ios_platform_tests_4_of_4%20master/14/overview) through the Cocoon "RERUN" button. That set the Github status...
I was doing some clandestine `dart format` in some of the files I've been working on, and I got my `felt build --host` to fail like so: $ rm -fr...
Once Flutter web apps can be rendered in any custom element, they could potentially be rendered inside an element that has any number of 3D transforms applied to it. The...