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-02-18 23:34:31 +0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ff7dae8ea3f1c85d9d948f60f7d7bfdc68b31b92
ff7dae8e
1 parent
20dcd75b
version 0.0.11 published
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
gpt_markdown/CHANGELOG.md
gpt_markdown/example/pubspec.lock
gpt_markdown/lib/markdown_component.dart
gpt_markdown/pubspec.yaml
gpt_markdown/CHANGELOG.md
View file @
ff7dae8
## 0.0.11
*
New syntex added for codes and highlight.
## 0.0.10
*
$$_$$ syntex fixes.
...
...
gpt_markdown/example/pubspec.lock
View file @
ff7dae8
...
...
@@ -182,7 +182,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.1
0
"
version: "0.0.1
1
"
http:
dependency: transitive
description:
...
...
gpt_markdown/lib/markdown_component.dart
View file @
ff7dae8
...
...
@@ -21,8 +21,8 @@ abstract class MarkdownComponent {
CheckBoxMd
(),
HrLine
(),
ImageMd
(),
BoldMd
(),
HighlightedText
(),
BoldMd
(),
LatexMathMultyLine
(),
LatexMath
(),
ItalicMd
(),
...
...
gpt_markdown/pubspec.yaml
View file @
ff7dae8
name
:
gpt_markdown
description
:
"
The
purpose
of
this
package
is
to
render
the
response
of
ChatGPT
into
a
Flutter
app."
version
:
0.0.1
0
version
:
0.0.1
1
homepage
:
https://github.com/saminsohag/flutter_packages/tree/main/gpt_markdown
environment
:
...
...
Please
register
or
login
to post a comment