-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
64 lines (44 loc) · 914 Bytes
/
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
name: blocpreferences
description: Example of application preferences using BLoC pattern
version: 1.0.0+1
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
#some UI stuff
searchable_dropdown: ^1.1.3
#storing stuff
shared_preferences: ^0.5.7
#app state control
bloc: ^4.0.0
flutter_bloc: ^4.0.0
#functional programing
either_option: ^1.0.6
#dependency injection
injectable: ^0.3.0
get_it: ^4.0.1
#utils
equatable: ^1.1.1
freezed_annotation: ^0.7.1
#logging
logging: ^0.11.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_localizations:
sdk: flutter
#build runner
build_runner: ^1.9.0
injectable_generator: ^0.3.4
#for generating data classes
freezed: ^0.10.7
#lint rules
lint: ^1.1.1
#testing
mockito: ^4.1.1
bloc_test: ^5.0.0
flutter:
uses-material-design: true
assets:
- assets/i18n/