uzu_flavored_markdown 0.0.23 copy "uzu_flavored_markdown: ^0.0.23" to clipboard
uzu_flavored_markdown: ^0.0.23 copied to clipboard

A Markdown renderer for Flutter. Create rich text output, including text styles, tables, links, and more, from plain text data formatted with simple Markdown tags.

Flutter Markdown #

pub package Build Status

A markdown renderer for Flutter. It supports the original format, but no inline HTML.

Overview #

The uzu_flavored_markdown package renders Uzu flavored Markdown, a lightweight markup language, into a Flutter widget containing a rich text representation.

uzu_flavored_markdown is built on top of the Dart markdown package, which parses the Markdown into an abstract syntax tree (AST). The nodes of the AST are an HTML representation of the Markdown data.

This package was forked from flutter_markdown.

Uzu Flavored Markdown #

色をつけたりできます。

使い方 #

UzuMd(body)

デプロイ #

  1. CHANGELOG.md を編集
  2. pubspec.yaml を編集
  3. リリースタグを打つ
1
likes
105
pub points
0%
popularity

Publisher

unverified uploader

A Markdown renderer for Flutter. Create rich text output, including text styles, tables, links, and more, from plain text data formatted with simple Markdown tags.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

cached_network_image, collection, flutter, google_fonts, markdown, meta, path, photo_view, url_launcher

More

Packages that depend on uzu_flavored_markdown