-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
57 lines (47 loc) · 1.03 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
name: flutter_chat_app
description: "A new Flutter project."
publish_to: 'none'
version: 0.1.0
environment:
sdk: '>=3.3.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
# State management
flutter_bloc: ^8.1.3
flutter_hooks: ^0.20.3
# Dependency injection
get_it: ^7.6.4
injectable: ^2.3.2
# Functional programming
dartz: ^0.10.1
# Data classes
freezed_annotation: ^2.4.1
#Widgets
gap: ^3.0.1
# Core packages
base:
path: ./packages/core/base
chicken_storage:
path: ./packages/core/chicken_storage
chicken_http:
path: ./packages/core/chicken_http
token_service:
path: ./packages/core/token_service
chicken_chat:
path: ./packages/feature/chicken_chat
# Feature packages
user_onboarding:
path: ./packages/feature/user_onboarding
freezed: ^2.4.5
bloc: ^8.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner: ^2.4.6
melos: ^3.1.1
very_good_analysis: ^5.1.0
injectable_generator: ^2.4.1
flutter:
uses-material-design: true