|
@@ -1,16 +1,17 @@
|
1
|
|
-# [![Build Status](https://travis-ci.com/memspace/notus.svg?branch=master)](https://travis-ci.com/memspace/notus) [![codecov](https://codecov.io/gh/memspace/notus/branch/master/graph/badge.svg)](https://codecov.io/gh/memspace/notus)
|
2
|
|
-
|
3
|
1
|
**Notus** is a rich text document model for [Zefyr][] project.
|
4
|
2
|
|
|
3
|
+This package is currently in early preview. If you found a bug or
|
|
4
|
+have a feature request, please file it at the [issue tracker][].
|
|
5
|
+
|
5
|
6
|
Zefyr provides a lightweight and user friendly rich text editor for
|
6
|
7
|
Flutter framework.
|
7
|
8
|
|
8
|
9
|
For documentation, please see the main [Zefyr][] repository.
|
9
|
10
|
|
10
|
|
-> Zefyr is a Flutter package which means it can only be used inside of
|
11
|
|
-> Flutter projects. Notus is a **generic Dart package** and does not
|
12
|
|
-> depend on Flutter in any way. It can be used on any platform supported
|
13
|
|
-> by the Dart language: web, server (mac, linux, windows) and,
|
14
|
|
-> of course, mobile (android and ios).
|
|
11
|
+Notus is a **generic Dart package** and does not depend
|
|
12
|
+on Flutter in any way. It can be used on any platform supported
|
|
13
|
+by the Dart language: web, server (mac, linux, windows) and,
|
|
14
|
+of course, mobile (android and ios).
|
15
|
15
|
|
16
|
16
|
[Zefyr]: https://github.com/memspace/zefyr
|
|
17
|
+[issue tracker]: https://github.com/memspace/zefyr/issues
|