Bump to 7.0.0

Required for `flutter_quill_extensions` to have access to the new structs.
pull/1128/head
Adil Hanney 2 years ago
parent f3244b5502
commit 8884aa9f7a
  1. 3
      CHANGELOG.md
  2. 2
      flutter_quill_extensions/pubspec.yaml
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [7.0.0]
* Breaking change: Tuples are no longer used. They have been replaced with a number of data classes.
# [6.4.4] # [6.4.4]
* Increased compatibility with Flutter widget tests. * Increased compatibility with Flutter widget tests.

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

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

Loading…
Cancel
Save