notus_plus 0.1.6 icon indicating copy to clipboard operation
notus_plus: ^0.1.6 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_plus

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

dependencies:
  notus_plus: ^0.1.6

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:notus_plus/convert.dart';
import 'package:notus_plus/notus.dart';
1
likes
30
pub points
0%
popularity

Publisher

verified publisher icongooyaan.ir

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

Repository (GitHub)

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

collection, meta, quill_delta_plus, quiver_hashcode

More

Packages that depend on notus_plus