Yegor

Results 183 comments of Yegor

Optimistically redirecting this to the Dart SDK team, as the fix seems to be on the dart2js side. As a prior art, GWT used to do similar code splitting, but...

@sigmundch We do not offer a serving solution. Flutter Web apps are made of static files that can be uploaded to a plain site hosting service like Firebase or Netlify....

Optimistically accepting this issue on the Flutter side, although there's no elegant solution in my head yet. We could deprecate `main.dart.js` and migrate everyone to `flutter.js` (which is something we...

This looks like a tool issue. To summarize, starting from a clean project (e.g. after running `flutter clean`) build the project for web in release mode. The icon font file...

If this is still an issue, consider filing an issue at https://github.com/dart-lang/sdk/issues

@ditman, sounds like we have an action item for Flutter, so I'm setting a priority on this. Feel free to correct if I misunderstood your conclusion.

If this has better repro steps, then let's dedupe https://github.com/flutter/flutter/issues/120557 into this one.

I think the issue is that the iframe sits on top of the interceptor. Can you check the HTML DOM? To fix it you can put them in a stack...

cc @ditman - maybe another point towards adding a feature where one can choose where the pointer interceptor goes, above or below.

Tentatively making it a P3, as it may actually be a regression either due to custom element embedding or the top-level DOM restructure to fix form autofill.