Skip to content

Releases: GetStream/stream-chat-flutter

2.0.0-nullsafety.4

19 May 15:03
25b073c
Compare
Choose a tag to compare
2.0.0-nullsafety.4 Pre-release
Pre-release

stream_chat 2.0.0-nullsafety.2

  • Added new Filter.raw constructor
  • Changed extraData
  • Minor fixes

stream_chat_core 2.0.0-nullsafety.3

  • Update llc dependency
  • Minor fixes and improvements

stream_chat_flutter 2.0.0-nullsafety.4

  • Minor fixes and improvements
  • Updated stream_chat_core dependency
  • Improved performance of MessageWidget component

stream_chat_persistence 2.0.0-nullsafety.2

  • Update llc dependency
  • Minor fixes and improvements
  • Fixed bug not saving message.mentioned_users

2.0.0-nullsafety.0

03 May 18:27
7be4f9e
Compare
Choose a tag to compare
2.0.0-nullsafety.0 Pre-release
Pre-release

stream_chat 2.0.0-nullsafety.0

  • Migrate this package to null safety
  • Added typed filters

stream_chat_core 2.0.0-nullsafety.0

  • Migrate this package to null safety
  • Update llc dependency

stream_chat_flutter 2.0.0-nullsafety.0

  • Migrate this package to null safety
  • Updated stream_chat_core dependency

stream_chat_persistence 2.0.0-nullsafety.0

  • Migrate this package to null safety
  • Update llc dependency

1.5.3

03 May 08:36
7ece5c7
Compare
Choose a tag to compare

stream_chat 1.5.3

  • fix: StreamChatClient.connect returns quicker when you're using the persistence package

stream_chat_core 1.5.2

  • Update llc dependency

stream_chat_flutter 1.5.3

  • Updated stream_chat_core dependency

stream_chat_persistence 1.5.2

  • Fix sorting by last_updated

1.5.2

07 Apr 15:31
87ca818
Compare
Choose a tag to compare

stream_chat 1.5.1

  • Minor fixes and improvements

stream_chat_core 1.5.1

  • Improved test coverage to > 90%
  • Minor fixes and improvements

stream_chat_flutter 1.5.2

  • Fix accessibility text size overflows
  • Updated Giphy attachment ui
  • Minor fixes and improvements

stream_chat_persistence 1.5.1

  • Improved test coverage to > 95%
  • Minor fixes and improvements

1.5.1

17 Mar 10:10
b653ec3
Compare
Choose a tag to compare

stream_chat_flutter 1.5.1

  • Fixed unread count not updating while the chat is open

1.5.0

17 Mar 08:46
64082ec
Compare
Choose a tag to compare

stream_chat 1.5.0

  • Minor fixes and improvements

stream_chat_core 1.5.0

  • Minor fixes and improvements
  • Update llc dependency

stream_chat_flutter 1.5.0

  • Fixed swipeable visible on navigation back
  • Fixed video upload
  • MessageInput: added more actions locations, merge actions and add showCommandsButton property
  • 🛑 BREAKING Updated AttachmentBuilder signature
  • Fixed image reloading on reaction.new
  • Update llc dependency

stream_chat_persistence 1.5.0

  • Update llc dependency
  • Wait for all operations to finish before disconnecting

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