Update dependency (#1129)

pull/1134/head
mark8044 2 years ago committed by GitHub
parent 3c64a08c6a
commit 1be23063e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CHANGELOG.md
  2. 4
      pubspec.yaml

@ -1,3 +1,6 @@
# [7.0.1]
* Update i18n_extension depedency to version 8.0.0
# [7.0.0]
* Breaking change: Tuples are no longer used. They have been replaced with a number of data classes.

@ -1,6 +1,6 @@
name: flutter_quill
description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
version: 7.0.0
version: 7.0.1
#author: bulletjournal
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill
@ -20,7 +20,7 @@ dependencies:
pedantic: ^1.11.1
characters: ^1.2.1
diff_match_patch: ^0.4.1
i18n_extension: ^6.0.0
i18n_extension: ^8.0.0
device_info_plus: ^8.1.0
platform: ^3.1.0
pasteboard: ^0.2.0

Loading…
Cancel
Save