From 7b1e50db36a8bd55a26537b0627d805f862aa4b1 Mon Sep 17 00:00:00 2001 From: "Lead Developer @ HumansAI | Building AI-Powered Apps & Automation for European & Australian Businesses" <73164366+jayu1023@users.noreply.github.com> Date: Tue, 26 May 2026 11:38:29 +0530 Subject: [PATCH] =?UTF-8?q?Add=20streamdown=20=E2=80=94=20streaming=20mark?= =?UTF-8?q?down=20renderer=20for=20Flutter=20AI=20apps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f0ecc0e3..cb3283d0 100644 --- a/README.md +++ b/README.md @@ -325,6 +325,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Parsed Text](https://github.com/fayeed/flutter_parsed_text) [222⭐] - Interactive text based on content recognition, also supports Regex by [Fayeed Pawaskar](https://github.com/fayeed/). - [TeX](https://github.com/shah-xad/flutter_tex) [295⭐] - Render Mathematics Equations with full HTML and JavaScript support by [Shahzad Akram](https://github.com/shah-xad). - [Code Field](https://github.com/BertrandBev/code_field) - Customizable code field widget supporting syntax highlighting by [Bertrand Bevillard](https://github.com/BertrandBev). +- [streamdown](https://github.com/jayu1023/streamdown) - Flicker-free streaming markdown renderer for Flutter AI chat apps. 188× faster than `flutter_markdown` on chunked input. Drop-in API. + ### Forms - [Form Builder](https://github.com/danvick/flutter_form_builder) [1581⭐] - Framework that simplifies building forms, validating fields, reacting to changes, and collecting the final user input by [Danvick Miller](https://github.com/danvick).