Cat
Cat
### Bug Description The keyboard cannot open when the line is empty in the editor, this which happens only when using `MobileFloatingToolbar` ### How to Reproduce Write something, and put...
### Bug Description The same of the title. When you type some random text, and, insert a block (on another line), if you go to an empty line (i just...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### Flutter Quill version 10.4.2 ### Steps to reproduce I don't really know exactly...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### The question While I know I'm the one who created this feature, I...
## Description The decision was made to separate the text element widgets into their own separate files in order to not only separate the logic, but to make it more...
## Description Added `placeholderComponentsConfiguration` parameter to allow us to build placeholders dynamically depending on what attribute we want and `cursorParagrahPlaceholderConfiguration` that allows to the devs add a placeholder at the...
## Description The previous implementation of applying changes in the `TextInputClient` worked well and did the job that was expected of it, but it was not very easy to read...
## Description As some of you may know, our current way of getting the difference between two versions of the text is by taking the old version with the new...
## Description As the title says, most of the files under the `editor` folder have been reorganized to be more readable and easily modified. ``` -- lib | |-- flutter_quill.dart...
### Have you checked for an existing issue? - [x] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ## Issue As the title says, I propose that we can make several changes...