block_editor 0.0.2-dev.1
block_editor: ^0.0.2-dev.1 copied to clipboard
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_editorWith Flutter:
$ flutter pub add block_editorThis 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.1Alternatively, 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';