markdown_editor_ot 1.0.5 copy "markdown_editor_ot: ^1.0.5" to clipboard
markdown_editor_ot: ^1.0.5 copied to clipboard

discontinued

Simple and easy to implement your markdown editor, it uses its own parser.

markdown_editor #

Simple and easy to implement your markdown editor, it uses its own parser.

show

If you only need to render, you can refer to https://github.com/xia-weiyang/markdown_core

MarkdownEditor(
      initText: 'initText',
      initTitle: 'initText',
      onTapLink: (link){
        print('点击了链接 $link');
      },
      imageWidget: (imageUrl) {
        return // Your image widget ;
      },
      imageSelect: (){ // Click image select btn
        return // selected image link;
      },
)
21
likes
80
pub points
35%
popularity

Publisher

unverified uploader

Simple and easy to implement your markdown editor, it uses its own parser.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, markdown_core, shared_preferences

More

Packages that depend on markdown_editor_ot