block_editor 0.0.2-dev.1 copy "block_editor: ^0.0.2-dev.1" to clipboard
block_editor: ^0.0.2-dev.1 copied to clipboard

retracted

A Notion-inspired, block-based rich text editor for Flutter. Built from scratch with a plugin system, inline embeds, variables, tags, and export to JSON, Markdown, and HTML.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add block_editor

With Flutter:

 $ flutter pub add block_editor

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

dependencies:
  block_editor: ^0.0.2-dev.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:block_editor/block_editor.dart';
5
likes
0
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

A Notion-inspired, block-based rich text editor for Flutter. Built from scratch with a plugin system, inline embeds, variables, tags, and export to JSON, Markdown, and HTML.

Repository (GitHub)
View/report issues

Topics

#editor #rich-text #blocks #markdown #flutter

License

unknown (license)

Dependencies

flutter, meta, uuid

More

Packages that depend on block_editor