@ -1,3 +1,6 @@
# [5.4.0]
* Added Formula Button (for maths support).
# [5.3.2]
* Add more font family.
@ -164,7 +164,7 @@ Widget defaultEmbedBuilder(
if (hasFocus) {
// If the MathField is tapped, hides the built in keyboard
SystemChannels.textInput.invokeMethod('TextInput.hide');
print(mathController.currentEditingValue());
debugPrint(mathController.currentEditingValue());
}
},
child: MathField(
@ -1,6 +1,6 @@
name: flutter_quill
description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
version: 5.3.2
version: 5.4.0
#author: bulletjournal
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill