Showing
1 changed file
with
5 additions
and
9 deletions
1 | # 📦 GPT Markdown & LaTeX for Flutter | 1 | # 📦 GPT Markdown & LaTeX for Flutter |
2 | 2 | ||
3 | - | 3 | + |
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 | ||
@@ -70,7 +70,7 @@ Render a wide variety of content with full Markdown and LaTeX support, including | @@ -70,7 +70,7 @@ Render a wide variety of content with full Markdown and LaTeX support, including | ||
70 | [] Unchecked checkbox | 70 | [] Unchecked checkbox |
71 | [x] Checked checkbox | 71 | [x] Checked checkbox |
72 | 72 | ||
73 | -- You can make the contents selectable using `SelectiionArea` widget. | 73 | +- You can also make the content selectable using `SelectiionArea` widget. |
74 | 74 | ||
75 | ## 🚀 Why Use GPT Markdown? | 75 | ## 🚀 Why Use GPT Markdown? |
76 | 76 | ||
@@ -143,14 +143,10 @@ You can also use LaTeX for mathematical expressions. Here's an example: | @@ -143,14 +143,10 @@ You can also use LaTeX for mathematical expressions. Here's an example: | ||
143 | 143 | ||
144 | Markdown and LaTeX can be powerful tools for formatting text and mathematical expressions in your Flutter app. If you have any questions or need further assistance, feel free to ask! | 144 | Markdown and LaTeX can be powerful tools for formatting text and mathematical expressions in your Flutter app. If you have any questions or need further assistance, feel free to ask! |
145 | ``` | 145 | ``` |
146 | -<img width="714" alt="Screenshot 2024-02-15 at 4 13 59 AM" src="https://github.com/saminsohag/flutter_packages/assets/59507062/8f4a4068-a12c-45d1-a954-ebaf3822e754"> | 146 | +<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"> |
147 | 147 | ||
148 | -<img width="713" alt="Screenshot 2024-02-15 at 4 14 24 AM" src="https://github.com/saminsohag/flutter_packages/assets/59507062/07530522-62a2-405a-8a3f-c284293a306e"> | ||
149 | 148 | ||
150 | - | ||
151 | - | ||
152 | - | ||
153 | - | ||
154 | -## Additional information | 149 | +## 🔗 Additional Information |
155 | 150 | ||
156 | You can find the source code [here.](https://github.com/Infinitix-LLC/gpt_markdown) | 151 | You can find the source code [here.](https://github.com/Infinitix-LLC/gpt_markdown) |
152 | + |
-
Please register or login to post a comment