Merge pull request #905 from S-ecki/develop
fix(ui): update chewie to newest version
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
🐞 Fixed
|
🐞 Fixed
|
||||||
|
|
||||||
- [[#888]](https://github.com/GetStream/stream-chat-flutter/issues/888) Fix `unban` command not working in `MessageInput`.
|
- [[#888]](https://github.com/GetStream/stream-chat-flutter/issues/888) Fix `unban` command not working in `MessageInput`.
|
||||||
|
- [[#805]](https://github.com/GetStream/stream-chat-flutter/issues/805) Updated chewie dependency version to 1.3.0
|
||||||
- Fix `showScrollToBottom` in `MessageListView` not respecting false value.
|
- Fix `showScrollToBottom` in `MessageListView` not respecting false value.
|
||||||
|
|
||||||
## 3.4.0
|
## 3.4.0
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ environment:
|
|||||||
dependencies:
|
dependencies:
|
||||||
cached_network_image: ^3.0.0
|
cached_network_image: ^3.0.0
|
||||||
characters: ^1.1.0
|
characters: ^1.1.0
|
||||||
chewie: ^1.2.0
|
chewie: ^1.3.0
|
||||||
collection: ^1.15.0
|
collection: ^1.15.0
|
||||||
diacritic: ^0.1.3
|
diacritic: ^0.1.3
|
||||||
dio: ^4.0.0
|
dio: ^4.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user