diff --git a/README.md b/README.md index bc9fff19..8a55bb0d 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ dependencies: dependencies: flutter_quill: git: https://github.com/singerdmx/flutter-quill.git + ref: v ``` > Using the latest version and reporting any issues you encounter on GitHub will greatly contribute to the improvement diff --git a/flutter_quill_extensions/README.md b/flutter_quill_extensions/README.md index 47e79f21..834008bd 100644 --- a/flutter_quill_extensions/README.md +++ b/flutter_quill_extensions/README.md @@ -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 ``` ## 🛠 Platform Specific Configurations