novel_editor 0.4.0 copy "novel_editor: ^0.4.0" to clipboard
novel_editor: ^0.4.0 copied to clipboard

Novel for Flutter — a Notion-style rich text editor with AI writing assistant, slash commands, floating toolbar, and markdown import/export. Drop-in WYSIWYG editor widget with OpenAI, Gemini, and Anth [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add novel_editor

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

dependencies:
  novel_editor: ^0.4.0

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:novel_editor/novel_editor.dart';
2
likes
120
points
16
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Novel for Flutter — a Notion-style rich text editor with AI writing assistant, slash commands, floating toolbar, and markdown import/export. Drop-in WYSIWYG editor widget with OpenAI, Gemini, and Anthropic support.

Repository (GitHub)
View/report issues

Topics

#editor #rich-text #wysiwyg #markdown #ai

License

MIT (license)

Dependencies

appflowy_editor, flutter, http, provider

More

Packages that depend on novel_editor