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. リリースタグを打つ

Libraries

uzu_flavored_markdown
A library to render markdown formatted text.