23 lines
345 B
YAML
23 lines
345 B
YAML
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 |