chore: deprecate markdown_quill export, ignore warnings #2256
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Deprecate
markdown_quill.dart
export as support for markdown conversation has been discounted (#1997).It seems that we have deprecated
DeltaX
completely and related packages but didn't deprecate the filemarkdown_quill.dart
. We should give users more time before introducing a breaking change.There was questions about this API in Slack and it was confusing to the user since the project no longer has plan to keep the experimental support for those methods, we should be able to remove them since they are experimental but for this file, it wasn't clear enough.
The
quill_markdown
(from lib/src/packages/quill_markdown) is a local copy of quill_markdown. There were some bug fixes made in our local changes and did plan on sending them to the upstream repo before completely removing this package from the project however it seems that this package is no longer maintained.Related Issues
Type of Change