Version 8.1.6

pull/1506/head
Ellet 1 year ago
parent 1b6859d1f3
commit 1f8ebc4c7f
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 3
      CHANGELOG.md
  2. 4
      pubspec.yaml

@ -1,3 +1,6 @@
## [8.1.6]
- Fix compatibility with `integration_test` by downgrade the minimum version of platform package to 3.1.0
## [8.1.5]
- Background/Font Color toolbar button icons reversed.

@ -1,6 +1,6 @@
name: flutter_quill
description: A rich text editor built for the modern Android, iOS, web and desktop platforms. It is the WYSIWYG editor and a Quill component for Flutter.
version: 8.1.5
version: 8.1.6
homepage: https://1o24bbs.com/c/bulletjournal/108
repository: https://github.com/singerdmx/flutter-quill
@ -47,7 +47,7 @@ dependencies:
diff_match_patch: ^0.4.1
i18n_extension: ^9.0.2
device_info_plus: ^9.1.0
platform: ^3.1.3
platform: ^3.1.0
pasteboard: ^0.2.0
equatable: ^2.0.5
flutter_animate: ^4.2.0+1

Loading…
Cancel
Save