|
@@ -1,6 +1,16 @@
|
1
|
|
-# Zefyr
|
|
1
|
+# Zefyr [![Build Status](https://travis-ci.com/memspace/zefyr.svg?branch=master)](https://travis-ci.com/memspace/zefyr) [![codecov](https://codecov.io/gh/memspace/zefyr/branch/master/graph/badge.svg)](https://codecov.io/gh/memspace/zefyr)
|
2
|
2
|
|
3
|
|
-This package provides a rich text editor for Flutter applications.
|
|
3
|
+*Soft and gentle rich text editing for Flutter applications.*
|
4
|
4
|
|
5
|
|
-> For documentation see https://github.com/memspace/zefyr.
|
|
5
|
+Zefyr is currently in **early preview**. If you have a feature
|
|
6
|
+request or found a bug, please file it at the [issue tracker][].
|
6
|
7
|
|
|
8
|
+[issue tracker]: https://github.com/memspace/zefyr/issues
|
|
9
|
+
|
|
10
|
+> **Important:** Zefyr currently tracks latest development version of
|
|
11
|
+> Flutter (`master` branch) and may not work with Flutter beta channel
|
|
12
|
+> if there are breaking changes.
|
|
13
|
+
|
|
14
|
+For documentation see [https://github.com/memspace/zefyr](https://github.com/memspace/zefyr).
|
|
15
|
+
|
|
16
|
+![zefyr screenshot](https://github.com/memspace/zefyr/raw/master/packages/zefyr/zefyr.png)
|