refined_markdown 1.2.2 copy "refined_markdown: ^1.2.2" to clipboard
refined_markdown: ^1.2.2 copied to clipboard

A simple Markdown renderer that is written mostly in dart (grammar analysing and rendering part). Simple, quiet, fast, that is all refined markdown is intended to be.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add refined_markdown

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

dependencies:
  refined_markdown: ^1.2.2

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:refined_markdown/refined_markdown.dart';
7
likes
40
pub points
0%
popularity

Publisher

verified publisherautokaka.dogshitpiestudio.cn

A simple Markdown renderer that is written mostly in dart (grammar analysing and rendering part). Simple, quiet, fast, that is all refined markdown is intended to be.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

cached_network_image, flutter, flutter_highlight, highlight, url_launcher

More

Packages that depend on refined_markdown