-
Notifications
You must be signed in to change notification settings - Fork 849
[syncfusion_flutter_signaturepad] Poor performance when use Impeller #1429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The same is happening to me. Using flutter 3.13.0 |
|
Hi @Mairramer, We have checked the reported issue with SfSignaturePad and have reproduced it at our end. This issue is replicated with 3.10.0 and later Flutter SDK versions because Flutter Framework uses an impeller rendering engine for iOS by default. Disabling the impeller by following the steps mentioned in the below link can resolve your issue. Link: https://docs.flutter.dev/perf/impeller#ios Regards, |
Hi @sfHariHaraSudhan, |
I have a fix for this in flutter/engine#46282 . However, updating the package to use PaintingStyle.stroke will improve performance for both Skia and Impeller. |
Hi @Mairramer , Okay, Thanks. Regards, |
Hi @jonahwilliams, Thanks for your suggestion. We will check and consider it from our side based on our use case. Regards, |
I opened this bug to alert you about the problem with Impeller. Below I will leave two videos, the first without the impeller and the second with the impeller.
without.Impeller.mp4
with.Impeller.mp4
The text was updated successfully, but these errors were encountered: