simple_markdown_editor_plus 0.2.7 copy "simple_markdown_editor_plus: ^0.2.7" to clipboard
simple_markdown_editor_plus: ^0.2.7 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 simple_markdown_editor_plus

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

dependencies:
  simple_markdown_editor_plus: ^0.2.7

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:simple_markdown_editor_plus/simple_markdown_editor_plus.dart';
3
likes
120
pub points
37%
popularity

Publisher

verified publisherfossfreaks.com

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 simple_markdown_editor_plus