version bump
This commit is contained in:
@@ -1,3 +1,21 @@
|
|||||||
|
## 0.1.19
|
||||||
|
|
||||||
|
- Fix video aspect ratio
|
||||||
|
|
||||||
|
- Add property to decide whether to enable video fullscreen
|
||||||
|
|
||||||
|
- Add property to hide the attachment button
|
||||||
|
|
||||||
|
- Do not show send button if an attachment is still uploading
|
||||||
|
|
||||||
|
- Unfocus and disable the TextField before opening the camera (workaround for flutter/flutter#42417)
|
||||||
|
|
||||||
|
- Add gesture (vertical drag down) to close the keyboard
|
||||||
|
|
||||||
|
- Add keyboard type parameters (set it to TextInputType.text to show the submit button that will even close the keyboard)
|
||||||
|
|
||||||
|
The property showVideoFullScreen was added mainly because of this issue brianegan/chewie#261
|
||||||
|
|
||||||
## 0.1.18
|
## 0.1.18
|
||||||
|
|
||||||
- Add message list date separators
|
- Add message list date separators
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ The example is available under the [example](https://github.com/GetStream/stream
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
dependencies:
|
dependencies:
|
||||||
stream_chat_flutter: ^0.1.15
|
stream_chat_flutter: ^0.1.19
|
||||||
```
|
```
|
||||||
|
|
||||||
You should then run `flutter packages get`
|
You should then run `flutter packages get`
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
name: stream_chat_flutter
|
name: stream_chat_flutter
|
||||||
homepage: https://github.com/GetStream/stream-chat-flutter
|
homepage: https://github.com/GetStream/stream-chat-flutter
|
||||||
description: Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
|
description: Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
|
||||||
version: 0.1.18
|
version: 0.1.19
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.3.0 <3.0.0"
|
sdk: ">=2.3.0 <3.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user