flutter_markdown_selectionarea 0.6.14 copy "flutter_markdown_selectionarea: ^0.6.14" to clipboard
flutter_markdown_selectionarea: ^0.6.14 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_selectionarea #

pub package

A fork of flutter_markdown package with added support for SelectionArea (see issue: Support selecting text using SelectionArea #107073).

Installation #

Add the following to your pubspec.yaml file:

dependencies:
  flutter_markdown_selectionarea: any

Then, run 'pub get' to install the package.

Getting Started #

Using the Markdown widget is simple, just pass in the source markdown as a string:

Markdown(data: markdownSource);

If you do not want the padding or scrolling behavior, use the MarkdownBody instead:

MarkdownBody(data: markdownSource);

By default, Markdown uses the formatting from the current material design theme, but it's possible to create your own custom styling. Use the MarkdownStyle class to pass in your own style. If you don't want to use Markdown outside of material design, use the MarkdownRaw class.

5
likes
0
pub points
88%
popularity

Publisher

verified publisheradrianjagielak.dev

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

License

unknown (LICENSE)

Dependencies

flutter, markdown, meta, path

More

Packages that depend on flutter_markdown_selectionarea