Skip to content

Commit

Permalink
chore: deprecate markdown_quill export, ignore warnings (#2256)
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet authored Sep 21, 2024
1 parent 60b151d commit 75bc38a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lib/markdown_quill.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
library quill_markdown;

// TODO: Might avoid exposing the quill_markdown package
@Deprecated(
'markdown_quill is no longer part of public API and will be removed in future releases.'
'See https://pub.dev/packages/markdown_quill or '
'https://pub.dev/packages/quill_markdown as alternatives.',
)
library;

export 'src/packages/quill_markdown/delta_to_markdown.dart';
export 'src/packages/quill_markdown/embeddable_table_syntax.dart';
Expand Down
1 change: 1 addition & 0 deletions lib/src/delta/delta_x.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import 'package:flutter_quill_delta_from_html/flutter_quill_delta_from_html.dart
import 'package:markdown/markdown.dart' as md;
import 'package:meta/meta.dart' show experimental;

// ignore: deprecated_member_use_from_same_package
import '../../markdown_quill.dart';
import '../../quill_delta.dart';

Expand Down

0 comments on commit 75bc38a

Please sign in to comment.