Releases: GetStream/stream-chat-flutter
Releases · GetStream/stream-chat-flutter
2.0.0-nullsafety.4
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
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
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
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
1.5.0
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 addshowCommandsButton
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
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