extended_markdown_viewer 0.3.0 copy "extended_markdown_viewer: ^0.3.0" to clipboard
extended_markdown_viewer: ^0.3.0 copied to clipboard

A Flutter package that displays markdown text in a flutter widget with support for simple html tags like <u>, <b> and <i>,<li><ol><ul> etc , while also allowing you to expand or collapse the widget

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add extended_markdown_viewer

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  extended_markdown_viewer: ^0.3.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:extended_markdown_viewer/extended_markdown_viewer.dart';
3
likes
110
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that displays markdown text in a flutter widget with support for simple html tags like <u>, <b> and <i>,<li><ol><ul> etc , while also allowing you to expand or collapse the widget

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

beautiful_soup_dart, flutter, flutter_html, markdown

More

Packages that depend on extended_markdown_viewer