extended_markdown_viewer 0.3.0
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_viewerThis 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.0Alternatively, 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';