-
Notifications
You must be signed in to change notification settings - Fork 36
/
pubspec.yaml
74 lines (54 loc) · 1.15 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
name: flutter_demo
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# architecture
bloc: 8.0.3
flutter_bloc: 8.0.1
# dependency injection
get_it: 7.2.0
# functional programming, used for Either type
dartz: 0.10.1
# equality checks
equatable: 2.0.3
# localization
intl: 0.17.0
# widgets
gap: 2.0.0
dev_dependencies:
flutter_test:
sdk: flutter
# code analysis
lint: 1.10.0
dart_code_metrics: 4.17.0
custom_lint:
git:
url: https://github.com/andrzejchm/dart_custom_lint.git
path: packages/custom_lint
ref: main
clean_architecture_lints:
path: tools/custom_lints/clean_architecture_lints
# tests
golden_toolkit: 0.13.0
alchemist: 0.4.1
mocktail_image_network: 0.3.1
mocktail: 0.3.0
bloc_test: 9.0.3
flutter:
uses-material-design: true
generate: true
assets:
- assets/
- assets/images/
flutter_gen:
output: lib/resources/
line_length: 120
flutter_intl:
enabled: true