Ellet
Ellet
You can use [Custom Embed Blocks](https://github.com/singerdmx/flutter-quill/discussions/438) to implement it with `Table` widget or using [flutter_editable_table](https://pub.dev/packages/flutter_editable_table) or a similar package.
Thank you for the report. This should be fixed in `9.4.x` by moving the usages of `super_clipboard` to `flutter_quill_extensions` Feel free to open or ask any questions.
> For some context: There is a `use_super_parameters` lint that is supposed to encourage the use of `super.` everywhere. Unfortunately, it has a bug and doesn't trigger when the type...
As a workaround, you can add Proguard rules to ignore or exclude what is causing the warning from minimization. Run: ```shell ./gradlew build ``` Go to the warnings section, and...
Is this still an issue? because I still have the same question that @scopendo asked. How about add ```gitignore pubspec.lock ``` to `.gitignore` since it can be regenerated by pub
> Looks good, just needs a CHANGELOG.md entry added, in the misc section Just like before, I couldn't fetch this branch created by GitHub web interface, closing this PR and...
> Please merge master in to fix the github workflows and unmark as draft when you've tested this locally and confirmed everything still works  it's taking a while to...
> Please merge master in to fix the github workflows and unmark as draft when you've tested this locally and confirmed everything still works  It seems to be working,...
> > > Please merge master in to fix the github workflows and unmark as draft when you've tested this locally and confirmed everything still works > > > >...
This is the new PR: - #894