extended_markdown_viewer 0.1.2 copy "extended_markdown_viewer: ^0.1.2" to clipboard
extended_markdown_viewer: ^0.1.2 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 Dart:

 $ dart pub add extended_markdown_viewer

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 dart pub get):

dependencies:
  extended_markdown_viewer: ^0.1.2

Alternatively, your editor might support dart pub get or 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
0
points
97
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

License

unknown (license)

Dependencies

beautiful_soup_dart, flutter, flutter_html, markdown

More

Packages that depend on extended_markdown_viewer