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

A modular WYSIWYG rich-text editor engine for Flutter. Provides the document model, editing commands, rendering, and image embeds for the Docsy ecosystem.

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.3

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';
5
likes
130
points
150
downloads
screenshot

Documentation

API reference

Publisher

verified publisherastrodevs.space

Weekly Downloads

A modular WYSIWYG rich-text editor engine for Flutter. Provides the document model, editing commands, rendering, and image embeds for the Docsy ecosystem.

Homepage
Repository (GitHub)
View/report issues

Topics

#editor #wysiwyg #rich-text

License

MIT (license)

Dependencies

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

More

Packages that depend on docsy