Skip to content

Commit

Permalink
chore: deprecate QuillImageUtilities
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Sep 21, 2024
1 parent 97af8a7 commit 5d921e9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ typedef OnGenerateNewFileNameCallback = String Function(
String fileExt,
);

@Deprecated(
'QuillImageUtilities is no longer supported an will be removed in future releases.',
)
class QuillImageUtilities {
const QuillImageUtilities({
required this.document,
Expand Down

0 comments on commit 5d921e9

Please sign in to comment.