Raster time of QuillEditor very slow inside list #770
gcostaapps
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a list of widgets that contains
QuillEditor
being displayed both in web and mobile. But when the list has many itens the app becomes very laggy. In the perfomance tab I checked that whenever I useQuillEditor
the raster time is 2-3x greater than if I use a Text widget. The UI time remains the same.Is there a way to optmize the raster time for
QuillEditor
?I'm using the latest version of the library and flutter.
These are the properties that I'm using
Beta Was this translation helpful? Give feedback.
All reactions