Mohammad Asfour
Committed by GitHub

Updating some UI for package explanation

Showing 1 changed file with 20 additions and 8 deletions
1 -This package can render ChatGPT response into Flutter app. This package suppports Markdown and Latex of ChatGPT. 1 +# 📦 GPT Markdown & LaTeX for Flutter
2 2
3 -## Features 3 +![Pub Version](https://img.shields.io/pub/v/2.3.4)
4 4
5 -You can create simple markdown view by this package. Use can make the contents selectable using `SelectiionArea` widget. 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 +
  7 +---
  8 +
  9 +## ✨ Key Features
  10 +
  11 +Render a wide variety of content with full Markdown and LaTeX support, including:
6 12
7 -At this moment this package supports:  
8 - List 13 - List
9 14
10 - Unordered list item 15 - Unordered list item
@@ -65,15 +70,23 @@ At this moment this package supports: @@ -65,15 +70,23 @@ At this moment this package supports:
65 [] Unchecked checkbox 70 [] Unchecked checkbox
66 [x] Checked checkbox 71 [x] Checked checkbox
67 72
  73 +- You can make the contents selectable using `SelectiionArea` widget.
68 74
69 -## Getting started 75 +## 🚀 Why Use GPT Markdown?
  76 +
  77 +- **Optimized for AI Outputs**: Render ChatGPT and Gemini responses flawlessly in your Flutter apps.
  78 +- **Rich Customization**: Easily apply custom styles using Flutter widgets like `TextStyle`.
  79 +- **Selectable Content**: Enable content selection with `SelectionArea`.
  80 +- **Seamless Integration**: Works out of the box with minimal setup.
  81 +
  82 +## 🛠️ Getting Started
70 83
71 Run this command: 84 Run this command:
72 ``` 85 ```
73 flutter pub add gpt_markdown 86 flutter pub add gpt_markdown
74 ``` 87 ```
75 88
76 -## Usage 89 +## 📖 Usage
77 90
78 Check the documentation [here.](https://github.com/saminsohag/flutter_packages/tree/main/gpt_markdown/example) 91 Check the documentation [here.](https://github.com/saminsohag/flutter_packages/tree/main/gpt_markdown/example)
79 92
@@ -91,8 +104,7 @@ return GptMarkdown( @@ -91,8 +104,7 @@ return GptMarkdown(
91 104
92 ``` 105 ```
93 106
94 -## Here I am providing some sample response of ChatGPT and it's result:  
95 - 107 +## 💡 ChatGPT Response Examples
96 108
97 ```markdown 109 ```markdown
98 ## ChatGPT Response 110 ## ChatGPT Response