Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
gpt_markdown
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
saminsohag
2024-11-16 08:58:51 +0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bb78efc76ce65e9c22b611a6c04f12f26a3dcdc7
bb78efc7
1 parent
e62829b5
readme updated
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
gpt_markdown/CHANGELOG.md
gpt_markdown/README.md
gpt_markdown/example/pubspec.lock
gpt_markdown/pubspec.yaml
gpt_markdown/CHANGELOG.md
View file @
bb78efc
## 0.1.10
*
components are now selectable.
## 0.1.9
*
source config added.
...
...
gpt_markdown/README.md
View file @
bb78efc
...
...
@@ -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**
...
...
gpt_markdown/example/pubspec.lock
View file @
bb78efc
...
...
@@ -190,7 +190,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.
9
"
version: "0.1.
10
"
http:
dependency: transitive
description:
...
...
gpt_markdown/pubspec.yaml
View file @
bb78efc
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
:
...
...
Please
register
or
login
to post a comment