Download Latest Version v2.6.0 source code.tar.gz (1.2 MB)
Email in envelope

Get an email when there's a new version of Flutter Chat UI

Home / v2.3.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-05-26 1.3 kB
v2.3.1 source code.tar.gz 2025-05-26 1.2 MB
v2.3.1 source code.zip 2025-05-26 1.4 MB
Totals: 3 Items   2.6 MB 0

⚠️ Breaking Changes ⚠️

Even though this is a patch release, it depends on flutter_chat_core, which introduced a small breaking change. I realized I didn’t bump flutter_chat_ui to a new minor version before publishing - sorry about that!

Fix is simple: if you have a custom ChatController, the set operation now requires a messages array. 1. If you were using named parameters like set(messages: messages), change it to: set(messages) 2. If you previously used set() with no arguments, replace it with: set([])


  • FIX: add username widget. (892ee622)
  • FIX: expose user_cache and make it a changenotifier. (baa7eee6)
  • FIX: expose headers for avatar and image message. (0261ce1c)
  • FIX: gemini example with option to stop a stream. (fa558e46)
  • FEAT: make messages required for set operation. (9e123732)
Source: README.md, updated 2025-05-26