-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
70 lines (52 loc) · 1.23 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
name: bloc_clean_coding
description: "A Template Project"
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.3.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
bloc: ^8.1.3
http: ^1.2.1
flutter_bloc: ^8.1.4
get_it: ^7.6.7
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
fluttertoast: ^8.2.4
cached_network_image: ^3.3.1
another_flushbar: ^1.12.30
equatable: ^2.0.5
flutter_secure_storage: ^9.0.0
formz: ^0.7.0
logger: ^2.0.2+1
freezed: ^2.4.7
google_fonts: ^6.2.0
flutter_localization: ^0.2.0
flutter_localizations:
sdk: flutter
intl: any
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
build_runner: ^2.4.8
json_serializable: ^6.7.1
flutter:
generate: true
uses-material-design: true
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700