live_markdown_editor 0.11.0 copy "live_markdown_editor: ^0.11.0" to clipboard
live_markdown_editor: ^0.11.0 copied to clipboard

A source-preserving Flutter Markdown editor with raw, live, and read modes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add live_markdown_editor

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

dependencies:
  live_markdown_editor: ^0.11.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:live_markdown_editor/live_markdown_editor.dart';
3
likes
160
points
746
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A source-preserving Flutter Markdown editor with raw, live, and read modes.

Homepage
Repository (GitLab)
View/report issues
Contributing

Topics

#markdown #editor #text-editor #flutter #widget

License

MIT (license)

Dependencies

flutter, native_adaptive_toolbox

More

Packages that depend on live_markdown_editor