novel_editor 0.4.0
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_editorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
novel_editor: ^0.4.0Alternatively, 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';