flutter_markdown_editor 1.1.0 copy "flutter_markdown_editor: ^1.1.0" to clipboard
flutter_markdown_editor: ^1.1.0 copied to clipboard

outdated

A package for markdown editor widget, you can use pre-exist editors or customize the view to build yours.

A flutter package for a readme editor.

pub build

Usage #

Add dev dependency to your pubspec.yaml:

dev_dependencies:
  flutter_markdown_editor: ^0.0.1

Run flutter pub get to install.

How it works #

Import

import 'package:stack/stack.dart';

Initialize

TextEditingController controller = TextEditingController();
final MarkDownEditor markDownEditor = MarkDownEditor(controller: controller);

Vertical

markDownEditor.vertical()

In place

markDownEditor.inPlace()

Access widget pieces for a custom view

markDownEditor.field // to get the editing filed
markDownEditor.preview // to get the preview widget
markDownEditor.icons // to get the editing icons (buttons)
6
likes
0
pub points
52%
popularity

Publisher

unverified uploader

A package for markdown editor widget, you can use pre-exist editors or customize the view to build yours.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_markdown, fluttertoast, markdown, url_launcher

More

Packages that depend on flutter_markdown_editor