Upgrade to 6.0.7

pull/973/head
X Code 3 years ago
parent ccf1850e9a
commit eceeb1805f
  1. 5
      CHANGELOG.md
  2. 2
      example/lib/pages/home_page.dart
  3. 2
      pubspec.yaml

@ -1,5 +1,8 @@
# [6.0.7]
* Allow disabling of selection toolbar.
# [6.0.6+1]
* Revert 6.0.6
* Revert 6.0.6.
# [6.0.6]
* Fix wrong custom embed key.

@ -108,7 +108,7 @@ class _HomePageState extends State<HomePage> {
autoFocus: false,
readOnly: false,
placeholder: 'Add content',
enableSelectionToolbar: !(kIsWeb || _isDesktop()),
enableSelectionToolbar: isMobile(),
expands: false,
padding: EdgeInsets.zero,
onImagePaste: _onImagePaste,

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

Loading…
Cancel
Save