flutter_md 0.2.0 copy "flutter_md: ^0.2.0" to clipboard
flutter_md: ^0.2.0 copied to clipboard

Markdown library written in Dart. It can parse and display Markdown.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_md

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

dependencies:
  flutter_md: ^0.2.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:flutter_md/flutter_md.dart';
58
likes
160
points
4.02k
downloads

Documentation

API reference

Publisher

verified publisherplugfox.dev

Weekly Downloads

Markdown library written in Dart. It can parse and display Markdown.

Repository (GitHub)
View/report issues

Topics

#markdown #rendering #selectable #chatgpt #gemini

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on flutter_md