Yegor

Results 183 comments of Yegor

Depends on https://github.com/flutter/flutter/issues/85793

> If I may ask (a more web-general question): why browsers don't want to cache CanvasKit from unpkg.com? I thought this was the purpose of CDN - all other websites...

The full stateful hot-reload is not yet supported on the web. The app's state is lost between hot restarts. The reason you end up on another route could be a...

> I see no mention of routes or urls in the issue. I assumed "view" was referring to route, and that we may have a bug where upon page reload...

I'm not sure if `flutter_goldens` will work on the web. `flutter test` sets up a local server that knows how to take screenshots and compare them. I'm not aware of...

> Isn't the problem that we can't check PNGs into the codebase? how would we be able to use package:image to compare images without checking goldens in? Sorry, by "PNG"...

This would be a big change in the tool. Maybe this can be achieved as a separate tool/package that acts as a proxy between the browser and local `flutter run`...

This may be working on mobile by accident. The controller sends the same signals to multiple videos so they behave in sync. But more generally, if the videos are different...

Yeah, looks web-specific, and yes, if it's no longer needed, we should delete it.

role="text" was fixed as part of a separate issue. This issue is also done now.