-
Notifications
You must be signed in to change notification settings - Fork 355
/
Copy pathpubspec.yaml
66 lines (59 loc) · 1.46 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
name: sample_app
description: A new Flutter project.
publish_to: "none"
version: 2.2.0
# 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:
collection: ^1.17.2
firebase_core: ^3.0.0
firebase_messaging: ^15.0.0
flutter:
sdk: flutter
flutter_app_badger: ^1.5.0
flutter_local_notifications: ^18.0.1
flutter_secure_storage: ^9.2.2
flutter_slidable: ^3.1.1
flutter_svg: ^2.0.10+1
go_router: ^14.6.2
lottie: ^3.1.2
provider: ^6.0.5
sentry_flutter: ^8.3.0
stream_chat_flutter: ^9.8.0
stream_chat_localizations: ^9.8.0
stream_chat_persistence: ^9.8.0
streaming_shared_preferences: ^2.0.0
uuid: ^4.4.0
video_player: ^2.8.7
yaml: ^3.1.2
dev_dependencies:
flutter_launcher_icons: ^0.14.2
flutter:
uses-material-design: true
assets:
- assets/
- pubspec.lock
flutter_icons:
image_path: "assets/ic_launcher.png"
android: true
adaptive_icon_background: "assets/ic_launcher_background.png"
adaptive_icon_foreground: "assets/ic_launcher_foreground.png"
ios: true
web:
generate: true
windows:
generate: true
macos:
generate: true