Skip to content

Commit 8c3617c

Browse files
authored
Add new logo
1 parent c0f0ded commit 8c3617c

File tree

1 file changed

+49
-21
lines changed

1 file changed

+49
-21
lines changed

README.md

Lines changed: 49 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,35 @@
1+
<p align="center">
2+
<img src="https://user-images.githubusercontent.com/10923085/119221946-2de89000-baf2-11eb-8285-68168a78c658.png" width="600px">
3+
</p>
4+
<h1 align="center">A rich text editor for Flutter</h1>
5+
6+
[![MIT License][license-badge]][license-link]
7+
[![PRs Welcome][prs-badge]][prs-link]
8+
[![Watch on GitHub][github-watch-badge]][github-watch-link]
9+
[![Star on GitHub][github-star-badge]][github-star-link]
10+
[![Watch on GitHub][github-forks-badge]][github-forks-link]
11+
12+
[license-badge]: https://img.shields.io/github/license/singerdmx/flutter-quill.svg?style=for-the-badge
13+
[license-link]: https://github.com/singerdmx/flutter-quill/blob/master/LICENSE
14+
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
15+
[prs-link]: https://github.com/singerdmx/flutter-quill/issues
16+
[github-watch-badge]: https://img.shields.io/github/watchers/singerdmx/flutter-quill.svg?style=for-the-badge&logo=github&logoColor=ffffff
17+
[github-watch-link]: https://github.com/singerdmx/flutter-quill/watchers
18+
[github-star-badge]: https://img.shields.io/github/stars/singerdmx/flutter-quill.svg?style=for-the-badge&logo=github&logoColor=ffffff
19+
[github-star-link]: https://github.com/singerdmx/flutter-quill/stargazers
20+
[github-forks-badge]: https://img.shields.io/github/forks/singerdmx/flutter-quill.svg?style=for-the-badge&logo=github&logoColor=ffffff
21+
[github-forks-link]: https://github.com/singerdmx/flutter-quill/network/members
22+
23+
24+
FlutterQuill is a rich text editor and a [Quill] component for [Flutter].
125

2-
<a href="https://bulletjournal.us/home/index.html">
3-
<img src=
4-
"https://user-images.githubusercontent.com/122956/72955931-ccc07900-3d52-11ea-89b1-d468a6e2aa2b.png"
5-
width="150px" height="150px"></a>
6-
7-
# FlutterQuill
8-
9-
FlutterQuill is a rich text editor and a [Quill] component for [Flutter].
10-
1126
This library is a WYSIWYG editor built for the modern mobile platform, with web compatibility under development. You can join our [Slack Group] for discussion.
1227

1328
Demo App: https://bulletjournal.us/home/index.html
1429

1530
Pub: https://pub.dev/packages/flutter_quill
1631

17-
## Usage
32+
## Usage
1833

1934
See the `example` directory for a minimal example of how to use FlutterQuill. You typically just need to instantiate a controller:
2035

@@ -79,17 +94,30 @@ It is required to provide EmbedBuilder, e.g. [defaultEmbedBuilderWeb](https://gi
7994
## Migrate Zefyr Data
8095

8196
Check out [code](https://github.com/jwehrle/zefyr_quill_convert) and [doc](https://docs.google.com/document/d/1FUSrpbarHnilb7uDN5J5DDahaI0v1RMXBjj4fFSpSuY/edit?usp=sharing).
82-
83-
---
84-
85-
<img width="484" alt="1" src="https://user-images.githubusercontent.com/122956/103142422-9bb19c80-46b7-11eb-83e4-dd0538a9236e.png">
86-
<img width="484" alt="1" src="https://user-images.githubusercontent.com/122956/103142455-0531ab00-46b8-11eb-89f8-26a77de9227f.png">
87-
<img width="484" alt="1" src="https://user-images.githubusercontent.com/122956/102963021-f28f5a00-449c-11eb-8f5f-6e9dd60844c4.png">
88-
<img width="484" alt="1" src="https://user-images.githubusercontent.com/122956/102977404-c9c88e00-44b7-11eb-9423-b68f3b30b0e0.png">
89-
97+
98+
---
99+
100+
<p float="left">
101+
<img width="400" alt="1" src="https://user-images.githubusercontent.com/122956/103142422-9bb19c80-46b7-11eb-83e4-dd0538a9236e.png">
102+
<img width="400" alt="1" src="https://user-images.githubusercontent.com/122956/103142455-0531ab00-46b8-11eb-89f8-26a77de9227f.png">
103+
</p>
104+
105+
106+
<p float="left">
107+
<img width="400" alt="1" src="https://user-images.githubusercontent.com/122956/102963021-f28f5a00-449c-11eb-8f5f-6e9dd60844c4.png">
108+
<img width="400" alt="1" src="https://user-images.githubusercontent.com/122956/102977404-c9c88e00-44b7-11eb-9423-b68f3b30b0e0.png">
109+
</p>
110+
111+
## Sponsors
112+
113+
<a href="https://bulletjournal.us/home/index.html">
114+
<img src=
115+
"https://user-images.githubusercontent.com/122956/72955931-ccc07900-3d52-11ea-89b1-d468a6e2aa2b.png"
116+
width="150px" height="150px"></a>
117+
90118
[Quill]: https://quilljs.com/docs/formats
91-
[Flutter]: https://github.com/flutter/flutter
92-
[FlutterQuill]: https://pub.dev/packages/flutter_quill
93-
[ReactQuill]: https://github.com/zenoamaro/react-quill
119+
[Flutter]: https://github.com/flutter/flutter
120+
[FlutterQuill]: https://pub.dev/packages/flutter_quill
121+
[ReactQuill]: https://github.com/zenoamaro/react-quill
94122
[Slack Group]: https://join.slack.com/t/bulletjournal1024/shared_invite/zt-fys7t9hi-ITVU5PGDen1rNRyCjdcQ2g
95123
[Sample Page]: https://github.com/singerdmx/flutter-quill/blob/master/example/lib/pages/home_page.dart

0 commit comments

Comments
 (0)