Showing
4 changed files
with
7 additions
and
3 deletions
1 | # 📦 GPT Markdown & LaTeX for Flutter | 1 | # 📦 GPT Markdown & LaTeX for Flutter |
2 | 2 | ||
3 | -[](https://pub.dev/packages/gpt_markdown) [](https://pub.dev/packages/gpt_markdown) [](https://pub.dev/packages/gpt_markdown) [](https://github.com/Infinitix-LLC/gpt_markdown) | 3 | +[](https://pub.dev/packages/gpt_markdown) [](https://pub.dev/packages/gpt_markdown) [](https://github.com/Infinitix-LLC/gpt_markdown) |
4 | 4 | ||
5 | A comprehensive Flutter package for rendering rich Markdown and LaTeX content in your apps, designed for seamless integration with AI outputs like ChatGPT and Gemini. | 5 | A comprehensive Flutter package for rendering rich Markdown and LaTeX content in your apps, designed for seamless integration with AI outputs like ChatGPT and Gemini. |
6 | 6 |
@@ -126,7 +126,7 @@ packages: | @@ -126,7 +126,7 @@ packages: | ||
126 | path: ".." | 126 | path: ".." |
127 | relative: true | 127 | relative: true |
128 | source: path | 128 | source: path |
129 | - version: "1.0.0" | 129 | + version: "1.0.1" |
130 | http: | 130 | http: |
131 | dependency: transitive | 131 | dependency: transitive |
132 | description: | 132 | description: |
1 | name: gpt_markdown | 1 | name: gpt_markdown |
2 | description: "Powerful Markdown & LaTeX Renderer for Flutter: Rich Text, Math, Tables, Links, and Text Selection. Ideal for ChatGPT, Gemini, and more." | 2 | description: "Powerful Markdown & LaTeX Renderer for Flutter: Rich Text, Math, Tables, Links, and Text Selection. Ideal for ChatGPT, Gemini, and more." |
3 | -version: 1.0.1 | 3 | +version: 1.0.2 |
4 | homepage: https://github.com/Infinitix-LLC/gpt_markdown | 4 | homepage: https://github.com/Infinitix-LLC/gpt_markdown |
5 | 5 | ||
6 | environment: | 6 | environment: |
-
Please register or login to post a comment