novident_editor_rich_text 1.0.1
novident_editor_rich_text: ^1.0.1 copied to clipboard
Rich text paragraph rendering for Novident Editor — widget, selection mixin, and abstract editor config. Usable without the full editor for lightweight node rendering.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add novident_editor_rich_textWith Flutter:
$ flutter pub add novident_editor_rich_textThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
novident_editor_rich_text: ^1.0.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:novident_editor_rich_text/novident_editor_rich_text.dart';