Skip to content

Commit 1f8ebc4

Browse files
committed
Version 8.1.6
1 parent 1b6859d commit 1f8ebc4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [8.1.6]
2+
- Fix compatibility with `integration_test` by downgrade the minimum version of platform package to 3.1.0
3+
14
## [8.1.5]
25
- Background/Font Color toolbar button icons reversed.
36

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_quill
22
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.
3-
version: 8.1.5
3+
version: 8.1.6
44
homepage: https://1o24bbs.com/c/bulletjournal/108
55
repository: https://github.com/singerdmx/flutter-quill
66

@@ -47,7 +47,7 @@ dependencies:
4747
diff_match_patch: ^0.4.1
4848
i18n_extension: ^9.0.2
4949
device_info_plus: ^9.1.0
50-
platform: ^3.1.3
50+
platform: ^3.1.0
5151
pasteboard: ^0.2.0
5252
equatable: ^2.0.5
5353
flutter_animate: ^4.2.0+1

0 commit comments

Comments
 (0)