Showing
2 changed files
with
14 additions
and
1 deletions
| @@ -4,6 +4,8 @@ | @@ -4,6 +4,8 @@ | ||
| 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 | ||
| 7 | +gpt_markdown is a drop-in replacement for flutter_markdown, offering extended support for LaTeX, custom builders, and better AI integration for Flutter apps. | ||
| 8 | + | ||
| 7 | ⭐ If you find this package helpful, please give it a like on [pub.dev](https://pub.dev/packages/gpt_markdown)! Your support means a lot! ⭐ | 9 | ⭐ If you find this package helpful, please give it a like on [pub.dev](https://pub.dev/packages/gpt_markdown)! Your support means a lot! ⭐ |
| 8 | 10 | ||
| 9 | --- | 11 | --- |
| @@ -186,6 +188,7 @@ Markdown and LaTeX can be powerful tools for formatting text and mathematical ex | @@ -186,6 +188,7 @@ Markdown and LaTeX can be powerful tools for formatting text and mathematical ex | ||
| 186 | 188 | ||
| 187 | <img width="614" alt="Screenshot 2024-02-15 at 4 13 59 AM" src="https://github.com/saminsohag/flutter_packages/assets/59507062/8f4a4068-a12c-45d1-a954-ebaf3822e754"> | 189 | <img width="614" alt="Screenshot 2024-02-15 at 4 13 59 AM" src="https://github.com/saminsohag/flutter_packages/assets/59507062/8f4a4068-a12c-45d1-a954-ebaf3822e754"> |
| 188 | 190 | ||
| 191 | +If you're using flutter_markdown and need more customization or LaTeX support, gpt_markdown is a great alternative. | ||
| 189 | 192 | ||
| 190 | ## 🔗 Additional Information | 193 | ## 🔗 Additional Information |
| 191 | 194 |
| 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 Flutter Markdown & LaTeX Renderer: Rich Text, Math, Tables, Links, and Text Selection. Ideal for ChatGPT, Gemini, and more." |
| 3 | version: 1.1.0 | 3 | version: 1.1.0 |
| 4 | homepage: https://github.com/Infinitix-LLC/gpt_markdown | 4 | homepage: https://github.com/Infinitix-LLC/gpt_markdown |
| 5 | 5 | ||
| @@ -29,3 +29,13 @@ topics: | @@ -29,3 +29,13 @@ topics: | ||
| 29 | - selectable | 29 | - selectable |
| 30 | - chatgpt | 30 | - chatgpt |
| 31 | - gemini | 31 | - gemini |
| 32 | + | ||
| 33 | +keywords: | ||
| 34 | + - flutter | ||
| 35 | + - markdown | ||
| 36 | + - flutter markdown | ||
| 37 | + - gpt | ||
| 38 | + - latex | ||
| 39 | + - chatgpt | ||
| 40 | + - rich text | ||
| 41 | + - ai |
-
Please register or login to post a comment