version bump

This commit is contained in:
Salvatore Giordano
2020-03-04 17:58:25 +01:00
parent 5f1764258e
commit fb95348ed4
3 changed files with 5 additions and 11 deletions
+4
View File
@@ -1,3 +1,7 @@
## 0.1.8
- Bug fix
## 0.1.7
- Add chat commands
-10
View File
@@ -731,16 +731,6 @@ class _MessageWidgetState extends State<MessageWidget>
imageUrl:
attachment.thumbUrl ?? attachment.imageUrl ?? attachment.assetUrl,
fit: BoxFit.cover,
placeholderFadeInDuration: Duration(milliseconds: 300),
placeholder: (_, __) {
return SizedBox(
height: 200,
width: 300,
child: Center(
child: CircularProgressIndicator(),
),
);
},
);
}
+1 -1
View File
@@ -1,7 +1,7 @@
name: 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.
version: 0.1.7
version: 0.1.8
environment:
sdk: ">=2.2.2 <3.0.0"