If you sign faster, the sign will get worse.
When the signature is drawn faster, its lines merge with other lines.
this issue is being observed in version 3.10.0 of flutter, if i downgrade to 3.7.0 version of flutter , it is working fine , please fix this issue
This also seems to be an iOS problem, in Android, I could not reproduce it. Also, after upgrading to Flutter 3.10.0, the SignaturePad widget's performance got very bad in iOS, even causing crashes sometimes.
I think that Impeller on iOS is now enabled by default
Hi @murodjon-sattorov
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 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
Hi @murodjon-sattorov @muhiddinxon @gabrielbertollo @karniv00l
We would like to inform you that the reported issue of facing performance and rendering issues while drawing a signature in the SignaturePad widget, which was replicated in versions 3.10.0 and later, has been resolved in the latest Flutter SDK version 3.22 from the Flutter framework. Kindly upgrade your Flutter SDK to version 3.22.