-
Notifications
You must be signed in to change notification settings - Fork 378
Expand file tree
/
Copy pathpubspec.yaml
More file actions
33 lines (29 loc) · 942 Bytes
/
pubspec.yaml
File metadata and controls
33 lines (29 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: stream_chat_localizations
description: The Official localizations for Stream Chat Flutter, a service for building chat applications
version: 9.10.0
homepage: https://github.com/GetStream/stream-chat-flutter
repository: https://github.com/GetStream/stream-chat-flutter
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
# Note: The environment configuration and dependency versions are managed by Melos.
#
# Do not edit them manually.
#
# Steps to update dependencies:
# 1. Modify the version in the melos.yaml file.
# 2. Run `melos bootstrap` to apply changes.
#
# Steps to add a new dependency:
# 1. Add the dependency to this list.
# 2. Add it to the melos.yaml file for future updates.
environment:
sdk: ^3.7.2
flutter: ">=3.29.3"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
stream_chat_flutter: ^9.10.0
dev_dependencies:
flutter_test:
sdk: flutter