Merge branch 'master' into feature/should-remove-image

pull/1414/head
Ahmed Hnewa 2 years ago committed by GitHub
commit 75ee777bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      flutter_quill_extensions/lib/embeds/embed_types.dart

@ -52,3 +52,4 @@ typedef ImageEmbedBuilderAfterRemoveImageFromEditor = Future<void> Function(
typedef ImageEmbedBuilderShouldRemoveImageFromEditor = Future<bool> Function(
File imageFile,
);

Loading…
Cancel
Save