From 5b875009924f990baece93fa5e25134906f86c6d Mon Sep 17 00:00:00 2001
From: Matthias Nott <mnott@mnsoft.org>
Date: Tue, 24 Mar 2026 10:02:20 +0100
Subject: [PATCH] feat: markdown rendering in assistant message bubbles

---
 pubspec.yaml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pubspec.yaml b/pubspec.yaml
index a892e29..f4da55f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -30,6 +30,7 @@
   uuid: ^4.5.1
   collection: ^1.19.1
   file_picker: ^10.3.10
+  flutter_markdown: ^0.7.7+1
 
 dev_dependencies:
   flutter_test:

--
Gitblit v1.3.1