41 lines
905 B
YAML
41 lines
905 B
YAML
name: stream_chatter
|
|
description: Chat App implemented using Clean Architecture.
|
|
publish_to: 'none'
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
flutter_bloc: ^7.0.0
|
|
stream_chat_flutter: ^2.0.0-nullsafety.3
|
|
uuid: ^3.0.4
|
|
|
|
firebase_core: ^1.2.0
|
|
google_sign_in: ^5.0.3
|
|
firebase_auth: ^1.2.0
|
|
firebase_storage: ^8.1.0
|
|
shared_preferences: ^2.0.5
|
|
http: any
|
|
collection: ^1.15.0-nullsafety.4
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
# For information on the generic Dart part of this file, see the
|
|
# following page: https://dart.dev/tools/pub/pubspec
|
|
|
|
# The following section is specific to Flutter.
|
|
flutter:
|
|
|
|
# The following line ensures that the Material Icons font is
|
|
# included with your application, so that you can use the icons in
|
|
# the material Icons class.
|
|
uses-material-design: true
|
|
|
|
assets:
|
|
- assets/ |