7.1.17 release: updates dependencies

pull/1208/head
Franck Soudan 2 years ago
parent 1149d03199
commit 6d87188e7e
  1. 3
      CHANGELOG.md
  2. 2
      flutter_quill_extensions/pubspec.yaml
  3. 4
      pubspec.yaml

@ -1,3 +1,6 @@
# [7.1.17]
- Updates `device_info_plus` to version 9.0.0 to benefit from AGP 8 (see (changelog#900)[https://pub.dev/packages/device_info_plus/changelog#900]).
# [7.1.16]
- Fixed subscript key from 'sup' to 'sub'.

@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter
flutter_quill: ^7.1.16
flutter_quill: ^7.1.17
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.16+1
version: 7.1.17+1
#author: bulletjournal
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill
@ -21,7 +21,7 @@ dependencies:
characters: ^1.2.1
diff_match_patch: ^0.4.1
i18n_extension: ^8.0.0
device_info_plus: ^8.1.0
device_info_plus: ^9.0.0
platform: ^3.1.0
pasteboard: ^0.2.0

Loading…
Cancel
Save