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-17 11:35:01 +0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b4b83547f22438d896c3b5e068e1ac4a50e9776a
b4b83547
1 parent
1d1dc385
Published gpt_markdown version 0.0.9 to pub.dev
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
gpt_markdown/CHANGELOG.md
gpt_markdown/example/pubspec.lock
gpt_markdown/pubspec.yaml
gpt_markdown/CHANGELOG.md
View file @
b4b8354
## 0.0.9
*
$_$ syntex added for latex with a gard condition for
\(
_
\)
.
## 0.0.8
*
$_$ syntex added for latex with a gard condition for
\(
_
\)
.
## 0.0.6
*
Fixed textScaler problem by removeing that and added textScaleFector.
...
...
gpt_markdown/example/pubspec.lock
View file @
b4b8354
...
...
@@ -182,7 +182,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.
6
"
version: "0.0.
9
"
http:
dependency: transitive
description:
...
...
gpt_markdown/pubspec.yaml
View file @
b4b8354
name
:
gpt_markdown
description
:
"
The
purpose
of
this
package
is
to
render
the
response
of
ChatGPT
into
a
Flutter
app."
version
:
0.0.
6
version
:
0.0.
9
homepage
:
https://github.com/saminsohag/flutter_packages/tree/main/gpt_markdown
environment
:
...
...
Please
register
or
login
to post a comment