-
Notifications
You must be signed in to change notification settings - Fork 379
Expand file tree
/
Copy pathpubspec.yaml
More file actions
40 lines (36 loc) · 1.05 KB
/
pubspec.yaml
File metadata and controls
40 lines (36 loc) · 1.05 KB
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
34
35
36
37
38
39
40
name: stream_chat_persistence
homepage: https://github.com/GetStream/stream-chat-flutter
description: Official Stream Chat Persistence library. Build your own chat experience using Dart and Flutter.
version: 9.7.0
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.6.2
flutter: ">=3.27.4"
dependencies:
drift: ^2.22.1
flutter:
sdk: flutter
logging: ^1.2.0
meta: ^1.9.1
path: ^1.8.3
path_provider: ^2.1.3
sqlite3_flutter_libs: ^0.5.26
stream_chat: ^9.7.0
dev_dependencies:
build_runner: ^2.4.9
drift_dev: ^2.22.1
flutter_test:
sdk: flutter
mocktail: ^1.0.0