docsy 0.1.1 copy "docsy: ^0.1.1" to clipboard
docsy: ^0.1.1 copied to clipboard

A modular WYSIWYG rich-text editor engine for Flutter. Provides document model, editing commands, rendering, and import/export for JSON, Markdown, and HTML.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add docsy

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

dependencies:
  docsy: ^0.1.1

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:docsy/docsy.dart';
4
likes
130
points
112
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A modular WYSIWYG rich-text editor engine for Flutter. Provides document model, editing commands, rendering, and import/export for JSON, Markdown, and HTML.

Homepage
Repository (GitHub)
View/report issues

Topics

#editor #wysiwyg #rich-text

Documentation

API reference

License

MIT (license)

Dependencies

characters, collection, flutter, flutter_highlight, meta, url_launcher, uuid

More

Packages that depend on docsy