GPT Markdown & LaTeX for Flutter
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.
✨ Key Features
Markdown Support
- Code Blocks
- Tables
- Lists (Ordered & Unordered)
- Headings
- Links & Images
LaTeX Support
- Inline Math
- Block Math
- Complex Equations
- Matrices
🚀 Installation
terminal
1flutter pub add gpt_markdown📖 Usage
import 'package:flutter/material.dart';
import 'package:gpt_markdown/gpt_markdown.dart';
return GptMarkdown(
'''
* This is a unordered list.
''',
style: const TextStyle(
color: Colors.red,
),
);🔗 Additional Information
Package Details
- Version: 1.0.19
- License: BSD-3-Clause
- Dependencies: flutter, flutter_math_fork