Nabeel Parkar

Results 406 comments of Nabeel Parkar

Hello @sonibhavik. Try selecting `Product` -> `Analyze` or use the shortcut CMD+Shift+B

Labeling this issue for further insights from the team

Hello @qrhfz. I cannot reproduce this issue with KDE Plasma. This could be similar to https://github.com/flutter/flutter/issues/116511. Could you check your OS settings to see what it's set to? For example:...

Since this is a regression on Cinnamon, I feel safe to close this issue as it's not an issue with Flutter itself. Thank you

Hello @salman731. Can you provide a [complete and minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). Ideally a single `main.dart` file without 3rd party libraries that can be run directly

Hi @JosephNK I see there's an open issue addressing the case you described https://github.com/flutter/flutter/issues/104889 Please follow up on that issue, I'm closing the current one as a duplicate. If you...

Yes I agree this is not just a webview problem. But the root cause seems to be the same, which is why I closed this as a duplicate. A fix...

Hello @insysinfo. Can you elaborate on the issue here? What part of it is slow? Can you provide a code sample so that I may verify it?

Flutter uses Canvaskit instead of the DOM approach most websites do. Have you tried running it in release mode by `flutter run --release`?

We do not provide support for 3rd party packages. Although Flutter is pretty optimized, it will not come close to the performance of regular websites built with DOM centric frameworks...