Upgrade to 7.1.7

pull/1181/head
Cheryl 2 years ago
parent 431efc1eda
commit 4617d79b64
  1. 3
      CHANGELOG.md
  2. 2
      flutter_quill_extensions/pubspec.yaml
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [7.1.7]
* Toolbar tweaks.
# [7.1.6]
* Add enableUnfocusOnTapOutside field to RawEditor and Editor widgets.

@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter
flutter_quill: ^7.1.6
flutter_quill: ^7.1.7
image_picker: ^0.8.5+3
photo_view: ^0.14.0

@ -1,6 +1,6 @@
name: flutter_quill
description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
version: 7.1.6
version: 7.1.7
#author: bulletjournal
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill

Loading…
Cancel
Save