standard_markdown 0.0.5 copy "standard_markdown: ^0.0.5" to clipboard
standard_markdown: ^0.0.5 copied to clipboard

A flutter markdown package which support GFM/CommonMark standard

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add standard_markdown

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

dependencies:
  standard_markdown: ^0.0.5

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:standard_markdown/standard_markdown.dart';
1
likes
150
points
70
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter markdown package which support GFM/CommonMark standard

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dart_markdown, flutter, flutter_math_fork, flutter_prism, get, markdown_prettier

More

Packages that depend on standard_markdown