Releases: GetStream/stream-chat-flutter
Releases · GetStream/stream-chat-flutter
1.4.0-beta
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 newMessageInputTheme
dedicated toMessageInput
- 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
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
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
andStreamClient.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
throughMessageListView
- Update
stream_chat_core
dependency
1.2.0-beta
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
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
- Added MessageInput button color customization options
- Fixed author theme and messageinput background