-
Notifications
You must be signed in to change notification settings - Fork 28
/
pubspec.yaml
92 lines (79 loc) · 1.85 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
name: flutter_bloc_app_template
description: The project of the empty template with Flutter has built the basic framework to realize the functions of internationalization, theme peeling etc.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.19.2"
dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.1.5
bloc: ^8.1.4
logger: ^2.3.0
equatable: ^2.0.5
http: ^1.2.1
json_annotation: ^4.9.0
shared_preferences: ^2.2.3
dio: ^5.4.3+1
intl: ^0.19.0
google_fonts: ^6.2.1
#analyzer: ^2.7.0
freezed_annotation: ^2.4.1
intl_utils: ^2.8.7
effective_dart: ^1.3.2
flutter_svg: ^2.0.10+1
gap: ^3.0.1
# cached_network_image: ^3.2.3
path_provider: ^2.1.3
file: ^7.0.0
get_it: ^7.7.0
injectable: ^2.4.1
nullx: ^0.1.1
flutter_localizations:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
build_runner: ^2.4.10
injectable_generator: ^2.6.1
flutter_gen_runner: ^5.5.0+1
json_serializable: ^6.7.1
#coverage: ^1.1.0
lint: ^2.3.0
mockito: ^5.4.4
#test: ^1.17.9
bloc_test: ^9.1.7
flutter_lints: ^4.0.0
mocktail: ^1.0.3
freezed: ^2.4.7
#dart_code_metrics: ^5.7.5
network_image_mock: ^2.1.1
flutter:
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true
assets:
# Add assets from the images directory to the application.
- assets/images/
- assets/icons/navigation/
- google_fonts/
fonts:
- family: Roboto
fonts:
- asset: google_fonts/Roboto-Medium.ttf
weight: 500
flutter_gen:
output: lib/generated/ # Optional (default: lib/gen/)
line_length: 80 # Optional (default: 80)
# Optional
integrations:
flutter_svg: true
flare_flutter: true
colors:
inputs:
- assets/color/colors.xml
flutter_intl:
enabled: true