markdown_core 1.0.3 copy "markdown_core: ^1.0.3" to clipboard
markdown_core: ^1.0.3 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
140
points
266
downloads

Publisher

unverified uploader

Weekly Downloads

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