docs(readme): update flutter_quill_extensions README to reflect the latest changes of table support, add ref when using the packages from git repository

pull/1916/head
Ellet 9 months ago
parent aef302dccc
commit 4b675a3604
  1. 1
      README.md
  2. 5
      flutter_quill_extensions/README.md

@ -94,6 +94,7 @@ dependencies:
dependencies:
flutter_quill:
git: https://github.com/singerdmx/flutter-quill.git
ref: v<latest-version-here>
```
> Using the latest version and reporting any issues you encounter on GitHub will greatly contribute to the improvement

@ -1,10 +1,12 @@
# Flutter Quill Extensions
An extensions for [flutter_quill](https://pub.dev/packages/flutter_quill)
to support embedding widgets like images, formulas, videos, and more.
to support embedding widgets like images, formulas, videos, tables and more.
Check [Flutter Quill](https://github.com/singerdmx/flutter-quill) for details of use.
> The support for tables is currently limited and under development, more are changes expected to arrive. We are actively working on enhancing its functionality and usability. We appreciate your feedback as it is invaluable in helping us refine and expand this feature.
## 📚 Table of Contents
- [Flutter Quill Extensions](#flutter-quill-extensions)
@ -49,6 +51,7 @@ dependencies:
flutter_quill_extensions:
git: https://github.com/singerdmx/flutter-quill.git
path: flutter_quill_extensions
ref: v<latest-version-here>
```
## 🛠 Platform Specific Configurations

Loading…
Cancel
Save