Upgrade to 5.4.0

pull/901/head
X Code 3 years ago
parent a707918f7f
commit fe4d7f276d
  1. 3
      CHANGELOG.md
  2. 2
      lib/src/widgets/embeds/default_embed_builder.dart
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [5.4.0]
* Added Formula Button (for maths support).
# [5.3.2] # [5.3.2]
* Add more font family. * Add more font family.

@ -164,7 +164,7 @@ Widget defaultEmbedBuilder(
if (hasFocus) { if (hasFocus) {
// If the MathField is tapped, hides the built in keyboard // If the MathField is tapped, hides the built in keyboard
SystemChannels.textInput.invokeMethod('TextInput.hide'); SystemChannels.textInput.invokeMethod('TextInput.hide');
print(mathController.currentEditingValue()); debugPrint(mathController.currentEditingValue());
} }
}, },
child: MathField( child: MathField(

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

Loading…
Cancel
Save