Skip to content

Commit 807d2ca

Browse files
authored
Merge pull request #8 from JideGuru/v0.0.4
chore: prepare release
2 parents 1f89b7c + e6e782f commit 807d2ca

File tree

7 files changed

+199
-155
lines changed

7 files changed

+199
-155
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Based on https://github.com/dankito/RichTextEditor, but for Flutter.
3030
## 📸 Screenshots
3131

3232
<img src="https://github.com/JideGuru/rich_editor/raw/master/res/1.png" width="400">
33-
<img src="https://github.com/JideGuru/rich_editor/raw/master/res/2.png" width="400">
3433

3534
## Usage
3635

example/lib/basic.dart

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,11 @@ class BasicDemo extends StatelessWidget {
6060
),
6161
body: RichEditor(
6262
key: keyEditor,
63-
// value: '''
64-
// <h1>Heading 1</h1>
65-
// <h2>Heading 2</h2>
66-
// <h3>Heading 3</h3>
67-
// <h4>Heading 4</h4>
68-
// <h5>Heading 5</h5>
69-
// <h6>Heading 6</h6>
70-
// ''', // initial HTML data
63+
value: '''
64+
Hello, This is a rich text Editor for Flutter. It supports most things like Bold, italics and underline.
65+
As well as Subscript, Superscript, Colored text, Colors bg text and hyperlink.
66+
Images and Videos are also supports
67+
''', // initial HTML data
7168
editorOptions: RichEditorOptions(
7269
placeholder: 'Start typing',
7370
// backgroundColor: Colors.blueGrey, // Editor's bg color

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ packages:
211211
path: ".."
212212
relative: true
213213
source: path
214-
version: "0.0.3"
214+
version: "0.0.4"
215215
sky_engine:
216216
dependency: transitive
217217
description: flutter

0 commit comments

Comments
 (0)