diff --git a/flutter_quill_extensions/lib/flutter_quill_extensions.dart b/flutter_quill_extensions/lib/flutter_quill_extensions.dart index 611b9ee2..ecc3b949 100644 --- a/flutter_quill_extensions/lib/flutter_quill_extensions.dart +++ b/flutter_quill_extensions/lib/flutter_quill_extensions.dart @@ -82,7 +82,8 @@ class FlutterQuillEmbeds { }, shouldRemoveImageFromEditor: shouldRemoveImageFromEditor ?? (imageFile) { - // TODO: Before pubish the changes, please consider change the name + // TODO: Before pubish the changes + // please consider change the name // of the events if you want to return Future.value(true); },