@ -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