add main components

This commit is contained in:
Salvatore Giordano
2020-02-24 11:46:35 +01:00
parent 596bacc42e
commit dd323bcd8a
19 changed files with 1930 additions and 1 deletions
+26
View File
@@ -0,0 +1,26 @@
name: stream_chat_flutter.dart
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.0.1
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
rxdart: ^0.23.1
flutter_widgets: ^0.1.10
timeago: ^2.0.26
date_format: ^1.0.8
cached_network_image: ^2.0.0
flutter_markdown: ^0.3.3
url_launcher: ^5.4.1
video_player: ^0.10.7
chewie: ^0.9.8+1
animations: ^1.0.0+3
stream_chat:
path: ../stream_chat_dart
dev_dependencies:
pedantic: ^1.8.0+1