markdown_core 1.0.1 copy "markdown_core: ^1.0.1" to clipboard
markdown_core: ^1.0.1 copied to clipboard

Parse markdown and render it into rich text.

markdown_core #

Parse markdown and render it into rich text.

show

Markdown(
    data: markdownDataString,
    linkTap: (link) => print('点击了链接 $link'),
    textStyle: // your text style ,
    image: (imageUrl) {
      print('imageUrl $imageUrl');
      return // Your image widget ;
    },
)
0
likes
120
pub points
27%
popularity

Publisher

unverified uploader

Parse markdown and render it into rich text.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, markdown

More

Packages that depend on markdown_core