Nabeel Parkar

Results 406 comments of Nabeel Parkar

I can reproduce this. Credit card info is not suggested. But I cannot be certain if this is an issue with Flutter or with my phone as I do not...

As per https://github.com/flutter/flutter/issues/98762#issuecomment-1077318265, this seems to be a Flutter issue. Updating labels to reflect the same

@flar While I don't see any performance problems (using your code) getting about 12ms per frame after running the example for like a minute on profile mode, using xcode I...

Hmmm... To me it looks like an optimization issue rather than a Flutter issue. Although, I must admit, I am not very familiar with the way Flutter does paint calls....

Thanks for the insight :) Since this is an optimization issue, I will close this issue. If anyone can still reproduce unusually high CPU loads for a `CustomPaint` that isn't...

Hello @bartekpacia. Could you provide a [complete and minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) so that I may verify the issue?

Slight change to the steps you provided: I ran `flutter test integration_test/*` instead. But I can reproduce this. Labeling the issue for insights from the team

We usually add the `platform-*` labels when an issue is reproducible on a single platform only. I'll remove the label. Thanks for the clarification :)

Hello @zhangzheng567. Thank you for filing this issue. Can you please provide the following information? - A [complete and minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). Ideally, a single `main.dart` file that can be...

Changing the `compileSdkVersion` in your `android/app/build.gradle` to 32 should fix this issue. Since this is not an issue with Flutter, I am closing it. If you disagree, please comment with...