-
Notifications
You must be signed in to change notification settings - Fork 357
/
Copy pathpubspec.yaml
91 lines (85 loc) · 2.1 KB
/
pubspec.yaml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
name: stream_chat_flutter
homepage: https://github.com/GetStream/stream-chat-flutter
description: Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
version: 9.8.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:
cached_network_image: ^3.3.1
chewie: ^1.8.1
collection: ^1.17.2
contextmenu: ^3.0.0
desktop_drop: ^0.5.0
diacritic: ^0.1.5
dio: ^5.4.3+1
ezanimation: ^0.6.0
file_picker: ^10.1.2
file_selector: ^1.0.3
flutter:
sdk: flutter
flutter_markdown: ^0.7.2+1
flutter_portal: ^1.1.4
flutter_svg: ^2.0.10+1
gal: ^2.3.1
get_thumbnail_video: ^0.7.3
http_parser: ^4.0.2
image_picker: ^1.1.2
image_size_getter: ^2.3.0
jiffy: ^6.2.1
just_audio: ^0.9.38
lottie: ^3.1.2
media_kit: ^1.1.10+1
media_kit_video: ^1.2.4
meta: ^1.9.1
path_provider: ^2.1.3
photo_manager: ^3.2.0
photo_view: ^0.15.0
rate_limiter: ^1.0.0
record: ">=5.2.0 <7.0.0"
rxdart: ^0.28.0
share_plus: ^10.0.2
shimmer: ^3.0.0
stream_chat_flutter_core: ^9.8.0
svg_icon_widget: ^0.0.1
synchronized: ^3.1.0+1
thumblr: ^0.0.4
url_launcher: ^6.3.0
video_player: ^2.8.7
dev_dependencies:
alchemist: ^0.11.0
faker_dart: ^0.2.1
flutter_test:
sdk: flutter
mocktail: ^1.0.0
path: ^1.8.3
path_provider_platform_interface: ^2.0.0
plugin_platform_interface: ^2.0.0
flutter:
assets:
- lib/assets/animations/
- lib/assets/icons/
- lib/assets/icons/colored/
- lib/assets/images/
uses-material-design: true
# This package supports all platforms listed below.
platforms:
android:
ios:
linux:
macos:
web:
windows: