markdown_live 0.1.0
markdown_live: ^0.1.0 copied to clipboard
A WYSIWYG Markdown editor widget for Flutter. Type Markdown and see live-rendered bold, italic, headings, and more — without ever seeing raw syntax markers. Includes a customizable controller and toolbar.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add markdown_liveThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
markdown_live: ^0.1.0Alternatively, 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_live/markdown_live.dart';