Long
Long
Such as Chinese, thank you very much!
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### Flutter Quill version flutter_quill: ^9.0.1 ### Other Flutter Quill packages versions flutter_quill_extensions: ^9.0.1...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### Flutter Quill version flutter_quill: ^9.0.1 ### Other Flutter Quill packages versions flutter_quill_extensions: ^9.0.1...
I have a list and each element needs to use QuillEditor. But a QuillEditor can only use one QuillController. How can I put it directly into the widget without using...
Because cool_ui 1.3.0 depends on back_button_interceptor 6.0.0 and no versions of cool_ui match >1.3.0
``` await transaction( () async { await batch( (b) { b.insert(table, entity); } ); throw "ddd"; }, ```