markdown_editor_plus 0.2.13 copy "markdown_editor_plus: ^0.2.13" to clipboard
markdown_editor_plus: ^0.2.13 copied to clipboard

A TextField Widget that allow you to convert easily what's in the TextField to Markdown with custom toolbar support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add markdown_editor_plus

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

dependencies:
  markdown_editor_plus: ^0.2.13

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:markdown_editor_plus/markdown_editor_plus.dart';
37
likes
80
pub points
82%
popularity

Publisher

unverified uploader

A TextField Widget that allow you to convert easily what's in the TextField to Markdown with custom toolbar support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

expandable, flutter, flutter_markdown, font_awesome_flutter, markdown

More

Packages that depend on markdown_editor_plus