notus 1.0.0-rc.2 copy "notus: ^1.0.0-rc.2" to clipboard
notus: ^1.0.0-rc.2 copied to clipboard

Platform-agnostic rich text document model based on Delta format and used in Zefyr editor.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add notus

With Flutter:

 $ flutter pub add notus

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

dependencies:
  notus: ^1.0.0-rc.2

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:notus/notus.dart';
9
likes
120
pub points
76%
popularity

Publisher

verified publishermemspace.app

Platform-agnostic rich text document model based on Delta format and used in Zefyr editor.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, coverage, quill_delta, quiver

More

Packages that depend on notus