Upgrade to 7.1.13

pull/1198/head
Cheryl 2 years ago
parent 744d0b6c39
commit f4c2449f86
  1. 3
      CHANGELOG.md
  2. 3
      lib/src/widgets/delegate.dart
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [7.1.13]
- Add custom recognizer.
# [7.1.12]
- Add superscript and subscript styles.

@ -14,7 +14,8 @@ typedef EmbedsBuilder = EmbedBuilder Function(Embed node);
typedef CustomStyleBuilder = TextStyle Function(Attribute attribute);
typedef CustomRecognizerBuilder = GestureRecognizer? Function(Attribute attribute);
typedef CustomRecognizerBuilder = GestureRecognizer? Function(
Attribute attribute);
/// Delegate interface for the [EditorTextSelectionGestureDetectorBuilder].
///

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

Loading…
Cancel
Save