Update README

pull/940/head
X Code 3 years ago
parent 52db6591e5
commit f425b4d478
  1. 2
      README.md
  2. 4
      flutter_quill_extensions/pubspec.yaml

@ -156,7 +156,7 @@ QuillToolbar.basic(
## Embed Blocks
As of version 6.0, embed blocks are not provided by default as part of this package. Instead, this package provides an interface to all the user to provide there own implementations for embed blocks. Implementations for image, video and forumal embed blocks is proved in a separate package [`flutter_quill_extensions`](https://pub.dev/packages/flutter_quill_extensions).
As of version 6.0, embed blocks are not provided by default as part of this package. Instead, this package provides an interface to all the user to provide there own implementations for embed blocks. Implementations for image, video and formula embed blocks is proved in a separate package [`flutter_quill_extensions`](https://pub.dev/packages/flutter_quill_extensions).
Provide a list of embed

@ -1,8 +1,8 @@
name: flutter_quill_extensions
description: Embed extensions for flutter_quill
description: Embed extensions for flutter_quill including image, video, formula and etc.
version: 0.1.0
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill/flutter_quill_extensions
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions
environment:
sdk: ">=2.12.0 <3.0.0"

Loading…
Cancel
Save