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
2025-02-15 10:38:39 +0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8bf9b7ed5dcb196b77fb0b909f717e7737b83857
8bf9b7ed
1 parent
998315d7
flutter virsion updated
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
CHANGELOG.md
example/pubspec.lock
pubspec.yaml
CHANGELOG.md
View file @
8bf9b7e
## 1.0.10
*
pubspec flutter version updated.
## 1.0.9
*
Fixed issues with flutter 3.29.0.
...
...
example/pubspec.lock
View file @
8bf9b7e
...
...
@@ -126,7 +126,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.
8
"
version: "1.0.
9
"
http:
dependency: transitive
description:
...
...
@@ -373,5 +373,5 @@ packages:
source: hosted
version: "6.5.0"
sdks:
dart: ">=3.7.0-0 <4.0.0"
flutter: ">=3.22.0"
dart: ">=3.7.0 <4.0.0"
flutter: ">=3.29.0"
...
...
pubspec.yaml
View file @
8bf9b7e
name
:
gpt_markdown
description
:
"
Powerful
Markdown
&
LaTeX
Renderer
for
Flutter:
Rich
Text,
Math,
Tables,
Links,
and
Text
Selection.
Ideal
for
ChatGPT,
Gemini,
and
more."
version
:
1.0.
9
version
:
1.0.
10
homepage
:
https://github.com/Infinitix-LLC/gpt_markdown
environment
:
sdk
:
'
>=3.1.0
<4.0.0'
flutter
:
"
>=1.17.0"
sdk
:
'
>=3.7.0
<4.0.0'
flutter
:
"
>=3.29.0"
dependencies
:
flutter
:
...
...
Please
register
or
login
to post a comment