GPT Markdown

A Flutter widget for rendering Markdown and LaTeX — optimized for AI-generated content from ChatGPT, Gemini, and Claude. Drop it in anywhere you display text from an LLM.

Quick start

terminal
1flutter pub add gpt_markdown
main.dart
1import 'package:gpt_markdown/gpt_markdown.dart'; 2 3GptMarkdown( 4 r'**Hello!** Inline math: \( E = mc^2 \)', 5)

That's it. LaTeX, bold, tables, code blocks, and more work out of the box — no extra configuration needed.