Yegor

Results 171 comments of Yegor

@dkwingsmt > It seems that this PR only fixes this issue on Web. Does this issue affect other desktop add-to-app situations, and if not, how? We currently do not support...

@ditman Feel free to give it a shot with custom element, but I suspect it won't work because the framework lacks the concept of a "focused window/view". It will either...

Have you tried loading the same video in a plain HTML page using a `` tag without Flutter? Curious if it's a general Safari iOS problem or Flutter-specific.

A work around until this issue is researched and fixed might be to use a `HtmlElementView` and `dart:html` to implement your own `` tag the way Safari understands.

I could be missing a bunch of aspects to this, but I think given Dart's direction towards a sound language, it's worth exploring how much the soundness can be preserved...

@lrhn Thanks for the detailed explanation! Yeah, this would need extra RTTI to work. > If your program contains no as casts, or dynamic values, it's probably type sound. Cool....

I totally agree that it should be pay-as-you-go. The zero-cost abstraction is the main feature of this. Otherwise, the current classes would be just fine. The kind of safety I'm...

Just so people don't need to download the log files, this is from Chrome: ``` [+10689 ms] ══╡ EXCEPTION CAUGHT BY SCHEDULER LIBRARY ╞═════════════════════════════════════════════════════════ [ ] The following assertion was...