TarekkMA / markdown_quill

Convert quill (Delta) fromat to and from markdown
MIT License
19 stars 43 forks source link

“Node” is imported from both flutter_quill and markdown #7

Closed SSebigo closed 9 months ago

SSebigo commented 2 years ago

I have this error:

C:/tools/flutter/.pub-cache/hosted/[pub.dartlang.org/markdown_quill-1.0.0/lib/src/embeddable_table_syntax.dart:3:1](http://pub.dartlang.org/markdown_quill-1.0.0/lib/src/embeddable_table_syntax.dart:3:1): Error: 'Node' is imported from both 'package:flutter_quill/src/models/documents/nodes/node.dart' and 'package:markdown/src/ast.dart'.
import 'package:markdown/markdown.dart';

It's really strange because I have this error in one project but not in another, and the code is the same for both…

TarekkMA commented 9 months ago

Please feel free to reopen this issue if it still happens.

Sorry for late reply I got busy with life.