Showing
4 changed files
with
15 additions
and
6 deletions
@@ -2,7 +2,7 @@ This package can render ChatGPT response into Flutter app. This package suppport | @@ -2,7 +2,7 @@ This package can render ChatGPT response into Flutter app. This package suppport | ||
2 | 2 | ||
3 | ## Features | 3 | ## Features |
4 | 4 | ||
5 | -You can create simple markdown view by this package. | 5 | +You can create simple markdown view by this package. Use can make the contents selectable using `SelectiionArea` widget. |
6 | 6 | ||
7 | At this moment this package supports: | 7 | At this moment this package supports: |
8 | - List | 8 | - List |
@@ -24,14 +24,19 @@ At this moment this package supports: | @@ -24,14 +24,19 @@ At this moment this package supports: | ||
24 | - Table | 24 | - Table |
25 | 25 | ||
26 | ``` | 26 | ``` |
27 | - | Name | Roll | | ||
28 | - | sohag | 1 | | 27 | + | Name | Roll | |
28 | + |-------------|-------------| | ||
29 | + | sohag | 1 | | ||
29 | 30 | ||
30 | ``` | 31 | ``` |
31 | | Name | Roll | | 32 | | Name | Roll | |
32 | |-------------|-------------| | 33 | |-------------|-------------| |
33 | | sohag | 1 | | 34 | | sohag | 1 | |
34 | 35 | ||
36 | +- Striked text | ||
37 | + | ||
38 | + ~~Bolt text~~ | ||
39 | + | ||
35 | - Bolt text | 40 | - Bolt text |
36 | 41 | ||
37 | **Bolt text** | 42 | **Bolt text** |
@@ -136,4 +141,4 @@ Markdown and LaTeX can be powerful tools for formatting text and mathematical ex | @@ -136,4 +141,4 @@ Markdown and LaTeX can be powerful tools for formatting text and mathematical ex | ||
136 | 141 | ||
137 | ## Additional information | 142 | ## Additional information |
138 | 143 | ||
139 | -You can find the source code [here.](https://github.com/saminsohag/flutter_packages/tree/main/gpt_markdown) | ||
144 | +You can find the source code [here.](https://github.com/saminsohag/flutter_packages/tree/main/gpt_markdown) |
@@ -190,7 +190,7 @@ packages: | @@ -190,7 +190,7 @@ packages: | ||
190 | path: ".." | 190 | path: ".." |
191 | relative: true | 191 | relative: true |
192 | source: path | 192 | source: path |
193 | - version: "0.1.9" | 193 | + version: "0.1.10" |
194 | http: | 194 | http: |
195 | dependency: transitive | 195 | dependency: transitive |
196 | description: | 196 | description: |
1 | name: gpt_markdown | 1 | name: gpt_markdown |
2 | description: "The purpose of this package is to render the response of ChatGPT into a Flutter app." | 2 | description: "The purpose of this package is to render the response of ChatGPT into a Flutter app." |
3 | -version: 0.1.9 | 3 | +version: 0.1.10 |
4 | homepage: https://github.com/saminsohag/flutter_packages/tree/main/gpt_markdown | 4 | homepage: https://github.com/saminsohag/flutter_packages/tree/main/gpt_markdown |
5 | 5 | ||
6 | environment: | 6 | environment: |
-
Please register or login to post a comment