version bump
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
## 0.2.0-alpha
|
||||||
|
|
||||||
|
- Offline storage
|
||||||
|
|
||||||
|
- Push notifications
|
||||||
|
|
||||||
|
- Minor bug fixes
|
||||||
|
|
||||||
## 0.1.20
|
## 0.1.20
|
||||||
|
|
||||||
- Add message configuration properties to MessageListView
|
- Add message configuration properties to MessageListView
|
||||||
|
|||||||
+2
-3
@@ -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.20
|
version: 0.2.0-alpha
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.3.0 <3.0.0"
|
sdk: ">=2.3.0 <3.0.0"
|
||||||
@@ -20,8 +20,7 @@ dependencies:
|
|||||||
file_picker: ^1.6.0
|
file_picker: ^1.6.0
|
||||||
image_picker: ^0.6.4
|
image_picker: ^0.6.4
|
||||||
flutter_keyboard_visibility: ^0.8.0
|
flutter_keyboard_visibility: ^0.8.0
|
||||||
stream_chat:
|
stream_chat: ^0.2.0-alpha
|
||||||
path: ../stream_chat_dart
|
|
||||||
visibility_detector: ^0.1.4
|
visibility_detector: ^0.1.4
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user