David Iglesias

Results 417 comments of David Iglesias

I'm unsubscribing from this, since as @lenzpaul mentioned in his compatibility table, this is not supported at all on the web platform. The web changes are only "pathified" dependencies so...

From a cursory look at the code (there isn't enough to figure out exactly what's going on), @arnleal09, it seems that the flutter initialization is a bit funky: * On...

> @ditman I know we have a mechanism for applications to specify cleanup code to run on hot restart in google3. Was anything ever added to flutter web to provide...

> I wonder if any of those points is observable from the app ... Is it possible to detect that the browserHistory was disposed and use that as the trigger?...

> got curious if it was possible as a way to test things out Ahh, gotcha, I thought we needed this as a permanent feature (got excited for a second...

> Would it be preferable if I changed this PR to use a Map of attributes instead so it became more generic? @uldall I think it's better that we do...

As a side-note, in flutter/packages, every user-facing package that has integration tests, are run against all supported platforms (by the plugin and by CI, of course); for example: * https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter/example/integration_test...

Related? https://github.com/flutter/flutter/issues/155265

/cc @stuartmorgan this is my idea for the "next" version of the x-files. PTAL and let me know what you think, or if you want this to go in another...

I'm going to work on this on my next flutter/packages on-call rotation.