Skip to content

Commit 5d921e9

Browse files
committed
chore: deprecate QuillImageUtilities
1 parent 97af8a7 commit 5d921e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flutter_quill_extensions/lib/src/common/utils/quill_image_utils.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ typedef OnGenerateNewFileNameCallback = String Function(
1010
String fileExt,
1111
);
1212

13+
@Deprecated(
14+
'QuillImageUtilities is no longer supported an will be removed in future releases.',
15+
)
1316
class QuillImageUtilities {
1417
const QuillImageUtilities({
1518
required this.document,

0 commit comments

Comments
 (0)