Skip to content

Releases: GetStream/stream-chat-flutter

1.4.0-beta

09 Mar 18:00
4488fa6
Compare
Choose a tag to compare

stream_chat 1.4.0-beta

  • Improved attachment uploading
  • Fix: update member presence
  • Added skip_push to message model
  • Minor fixes and improvements

stream_chat_core 1.4.0-beta

  • Added MessageListCore.messageFilter to filter messages locally
  • Minor fixes and improvements

stream_chat_flutter 1.4.0-beta

  • Unfocus MessageInput only when sending commands
  • Updated default error for MessageSearchListView
  • Show error messages as system and keep them in the message input
  • Remove notification badge logic
  • Use shimmer while loading images
  • Polished StreamChatTheme adding more options and a new MessageInputTheme dedicated to MessageInput
  • Add possibility to specify custom message actions using MessageWidget.customActions
  • Added MessageListView.onAttachmentTap callback
  • Fixed message newline issue
  • Fixed MessageListView scroll keyboard behaviour
  • Minor fixes and improvements

stream_chat_persistence 1.4.0-beta

  • Update llc dependency

1.3.2-beta

01 Mar 12:01
586e9da
Compare
Choose a tag to compare

stream_chat 1.3.2-beta

  • Debounced frequent db calls
  • Fixed queryChannels bug

stream_chat_core 1.3.2-beta

  • Update llc dependency
  • Minor fixes

stream_chat_flutter 1.3.2-beta

  • Updated stream_chat_core dependency
  • Fixed minor bugs

1.3.0-beta

26 Feb 16:56
576b4a3
Compare
Choose a tag to compare

stream_chat 1.3.0-beta

  • Save pinned messages in offline storage
  • Minor fixes
  • 🛑 BREAKING StreamClient.QueryChannels now returns a Stream and fetches the channels from storage before calling the api
  • Added StreamClient.QueryChannelsOnline and StreamClient.QueryChannelsOffline to fetch channels only from online or offline

stream_chat_persistence 1.3.0-beta

  • Update llc dependency

stream_chat_core 1.3.0-beta

  • Update llc dependency
  • Minor fixes

stream_chat_flutter 1.3.0-beta

  • Added MessageInputTheme
  • Fixed overflow in MessageInput animation
  • Delete only image on imagegallery
  • Close keyboard after sending a command
  • Exposed customAttachmentBuilders through MessageListView
  • Update stream_chat_core dependency

1.2.0-beta

19 Feb 16:53
953a82c
Compare
Choose a tag to compare

stream_chat 1.2.0-beta

  • 🛑 BREAKING Changed signature of StreamClient.search method
  • Added pinMessage feature docs here
  • Fixed minor bugs

stream_chat_persistence 1.2.0-beta

  • Update llc dependency

stream_chat_core 1.2.0-beta

  • Update llc dependency
  • Minor fixes

stream_chat_flutter 1.2.0-beta

  • Minor fixes
  • Update stream_chat_core dependency

1.1.0-beta

18 Feb 14:24
d7d0a45
Compare
Choose a tag to compare

stream_chat 1.1.0-beta

  • Fixed minor bugs
  • Add support for custom attachment upload docs here
  • Add support for asynchronous attachment upload

stream_chat_persistence 1.1.0-beta

  • Update llc dependency

stream_chat_core 1.1.0-beta

  • Update llc dependency

stream_chat_flutter 1.1.0-beta

  • Update stream_chat_core dependency
  • Expose common builders in ListView widgets
  • Add support for asynchronous attachment upload while sending a message
  • Fixed minor bugs

[stream_chat_flutter]1.1.1-beta

18 Feb 17:22
Compare
Choose a tag to compare
  • Added MessageInput button color customization options
  • Fixed author theme and messageinput background

stream

18 Feb 17:21
Compare
Choose a tag to compare
add messsageinput button color customization options

0.2.17

09 Dec 14:15
5548650
Compare
Choose a tag to compare
  • Expose messageInputDecoration as part of the theme

0.2.14

25 Nov 10:42
8bfb939
Compare
Choose a tag to compare
  • Add onMessageTap callbacks

0.2.13+2

24 Nov 15:45
3781408
Compare
Choose a tag to compare
  • Add debounce to on change messageinput listener