Skip to content

Commit b9c7828

Browse files
authored
Merge pull request #24 from rohanjsh/docs-formatting
docs: formatting
2 parents 62475e1 + 72b5e63 commit b9c7828

File tree

3 files changed

+16
-31
lines changed

3 files changed

+16
-31
lines changed

CHANGELOG.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Changelog
33

4-
4+
# 1.0.0+2
55
# 1.0.0+1
66
🎉🎉🎉 It's time to celebrate! Our first stable release is finally here! 🎉🎉🎉
77

@@ -10,19 +10,13 @@
1010
- Whatsapp like formatting with some addons!!
1111
(input looks something like this)
1212

13-
🌟 Usage 🌟
14-
BOLD
15-
→ Hello, \*World!*
16-
ITALIC
17-
→ Hello, \_World!_
18-
STRIKETHROUGH
19-
→ Hello, \~World!~
20-
UNDERLINE
21-
→ Hello, //World!//
22-
MONOSPACE
23-
→ Hello, \`World!`
24-
LINK
25-
[google.com|https://google.com]  
13+
**Usage**
14+
- BOLD → Hello, \*World!*
15+
- ITALIC → Hello, \_World!_
16+
- STRIKETHROUGH → Hello, \~World!~
17+
- UNDERLINE → Hello, //World!//
18+
- MONOSPACE → Hello, \`World!`
19+
- LINK → [google.com|https://google.com]
2620

2721
Thanks for choosing our text formatting widget for all your formatting needs. We hope these updates make your experience even more enjoyable! 🤗
2822

README.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,24 @@
22

33
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
44
[![pub package][pub_badge]][pub_link]
5-
![coverage][coverage_badge]
65
![pub points][pub_points_badge]
76

87
- Make text formatting backend driven (if needed) with one widget!!
98
- Whatsapp like formatting with some addons!!
109
(input looks something like this)
1110

12-
🌟 Usage 🌟
13-
BOLD
14-
→ Hello, \*World!*
15-
ITALIC
16-
→ Hello, \_World!_
17-
STRIKETHROUGH
18-
→ Hello, \~World!~
19-
UNDERLINE
20-
→ Hello, //World!//
21-
MONOSPACE
22-
→ Hello, \`World!`
23-
LINK
24-
[google.com|https://google.com]  
11+
**Usage**
12+
- BOLD → Hello, \*World!*
13+
- ITALIC → Hello, \_World!_
14+
- STRIKETHROUGH → Hello, \~World!~
15+
- UNDERLINE → Hello, //World!//
16+
- MONOSPACE → Hello, \`World!`
17+
- LINK → [google.com|https://google.com]
2518

2619

2720
### Preview
2821
<img width="488" alt="Screenshot 2022-12-13 at 11 56 28" src="/preview.png">
2922

30-
31-
3223
## Installation 💻
3324

3425
**❗ In order to start using typeset you must have the [Flutter SDK][flutter_install_link] installed on your machine.**

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: typeset
22
description: WhatsApp like text formatting for you! -> Bold, Italic, Underline
3-
version: 1.0.0+1
3+
version: 1.0.0+2
44
repository: https://github.com/rohanjsh/typeset/
55
screenshots:
66
- description: 'Examples of the typeset formatters'

0 commit comments

Comments
 (0)