saminsohag

readme updated

## 0.1.10
* components are now selectable.
## 0.1.9
* source config added.
... ...
... ... @@ -2,7 +2,7 @@ This package can render ChatGPT response into Flutter app. This package suppport
## Features
You can create simple markdown view by this package.
You can create simple markdown view by this package. Use can make the contents selectable using `SelectiionArea` widget.
At this moment this package supports:
- List
... ... @@ -25,6 +25,7 @@ At this moment this package supports:
```
| Name | Roll |
|-------------|-------------|
| sohag | 1 |
```
... ... @@ -32,6 +33,10 @@ At this moment this package supports:
|-------------|-------------|
| sohag | 1 |
- Striked text
~~Bolt text~~
- Bolt text
**Bolt text**
... ...
... ... @@ -190,7 +190,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.9"
version: "0.1.10"
http:
dependency: transitive
description:
... ...
name: gpt_markdown
description: "The purpose of this package is to render the response of ChatGPT into a Flutter app."
version: 0.1.9
version: 0.1.10
homepage: https://github.com/saminsohag/flutter_packages/tree/main/gpt_markdown
environment:
... ...