Showing
4 changed files
with
12 additions
and
3 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 |
@@ -25,6 +25,7 @@ At this moment this package supports: | @@ -25,6 +25,7 @@ At this moment this package supports: | ||
25 | 25 | ||
26 | ``` | 26 | ``` |
27 | | Name | Roll | | 27 | | Name | Roll | |
28 | + |-------------|-------------| | ||
28 | | sohag | 1 | | 29 | | sohag | 1 | |
29 | 30 | ||
30 | ``` | 31 | ``` |
@@ -32,6 +33,10 @@ At this moment this package supports: | @@ -32,6 +33,10 @@ At this moment this package supports: | ||
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** |
@@ -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