Add example to dart client

This commit is contained in:
Neevash Ramdial
2021-01-20 11:09:44 -04:00
parent 53a26d0a59
commit e3f90de28e
66 changed files with 1127 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
name: stream_chat_dart_example
description: Example using Stream's LLC
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
stream_chat:
path: ../
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter:
uses-material-design: true