It seems that flutter_editable_table is not maintained in a timely manner and some dependencies are out of date.
We may consider copying over the code in a dedicated folder so we can easily update its dependencies.
It seems that flutter_editable_table is not maintained in a timely manner and some dependencies are out of date.
We may consider copying over the code in a dedicated folder so we can easily update its dependencies.
I make my own implementation, but, i having issues with the focusNode in QuillEditor and weird behaviors using TextField
i know it's ugly but, i'm still testing. I'm using QuillEditor in each cell of the table, and this cause this strange behavio (could be by a wrong updating implementation by me)
This is cool and a good start.
Yeah, better to have our own code than relying on an external package.
@CatHood0 My suggestion is getting it in with something to start even though it may not be perfect. Even iPhone has quite some flaws when it starts.
I think it is fine to have some flaws in this feature. Worst case users do not use it at all.
I believe other contributors will perfect this feature later iteratively.
@Paiolus I suggest you take a look at flutter_quill_extensions and take this code with caution because the implementation of tables is currently limited and contains several bugs. At the moment, it is on my to-do list to improve the implementation so that it works as expected.
Is there an existing issue for this?
The question
I have to add table in my editor how to achieve in quill editor