flutter-examples icon indicating copy to clipboard operation
flutter-examples copied to clipboard

If you sign faster, the sign will get worse.

Open murodjon-sattorov opened this issue 2 years ago • 4 comments

When the signature is drawn faster, its lines merge with other lines.IMAGE 2023-05-31 17:04:50

murodjon-sattorov avatar May 31 '23 12:05 murodjon-sattorov

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

muhiddinxon avatar Jun 12 '23 06:06 muhiddinxon

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.

gabrielbertollo avatar Aug 07 '23 13:08 gabrielbertollo

I think that Impeller on iOS is now enabled by default

karniv00l avatar Aug 08 '23 06:08 karniv00l

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

LavanyaGowtham2021 avatar Feb 14 '24 09:02 LavanyaGowtham2021

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.

VijayakumarMariappan avatar Jul 05 '24 03:07 VijayakumarMariappan