-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
122 lines (108 loc) · 2.58 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
name: drecipe
description: drecipe Mobile App.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.17.1 <3.0.0"
dependencies:
auto_route: ^4.2.1
awesome_circular_chart: ^1.0.0
carousel_slider: ^4.1.1
cached_network_image: ^3.2.2
cloud_firestore: ^4.3.1
connectivity_plus: ^3.0.2
dartz: ^0.10.1
dio: ^4.0.6
firebase_auth: ^4.7.3
firebase_core: ^2.4.1
flutter:
sdk: flutter
flutter_html: 3.0.0-alpha.5
flutter_localizations:
sdk: flutter
flutter_native_splash: ^2.2.7
flutter_riverpod: ^1.0.4
flutter_screenutil: ^5.6.0
flutter_secure_storage: ^5.1.0
flutter_swipe_action_cell: ^3.0.7
freezed: ^2.1.0+1
freezed_annotation: ^2.1.0
hive: ^2.2.3
hive_flutter: ^1.1.0
intl: ^0.18.0
json_serializable: ^6.3.1
json_annotation: ^4.6.0
loading_animation_widget: ^1.2.0+2
material_floating_search_bar_2: ^0.5.0
persistent_bottom_nav_bar_v2: ^4.2.5
pretty_dio_logger: ^1.1.1
retrofit: ^3.0.1+1
scroll_snap_list: ^0.9.1
shimmer: ^2.0.0
envied: ^0.3.0
very_good_infinite_list: ^0.7.0
flutter_switch: ^0.3.2
dropdown_button2: ^1.9.2
equatable: ^2.0.5
fluttertoast: ^8.2.2
flutter_hooks: ^0.18.0
hooks_riverpod: ^1.0.4
dev_dependencies:
build_runner: ^2.2.0
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_launcher_icons: ^0.11.0
hive_generator: ^1.1.3
retrofit_generator: ^4.0.3+1
flutter_flavorizr: ^2.1.5
# envied_generator: ^0.3.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/fonts/
- assets/icons/
fonts:
- family: Nunito
fonts:
- asset: assets/fonts/Nunito-Bold.ttf
weight: 700
- asset: assets/fonts/Nunito-SemiBold.ttf
weight: 600
- asset: assets/fonts/Nunito-Medium.ttf
weight: 500
- asset: assets/fonts/Nunito-Regular.ttf
weight: 400
- asset: assets/fonts/Nunito-Light.ttf
weight: 300
flutter_intl:
enabled: true
flutter_native_splash:
color: "#FFFFFF"
image: assets/images/drecipe_splash_logo.png
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icons/launcher_icon/launcher_icon.png"
remove_alpha_ios: true
flavorizr:
app:
android:
flavorDimensions: "flavor-type"
ios: null
flavors:
dev:
app:
name: "drecipe Development"
android:
applicationId: "com.drecipe.drecipe.dev"
ios:
bundleId: "com.drecipe.drecipe.dev"
prod:
app:
name: "drecipe"
android:
applicationId: "com.drecipe.drecipe"
ios:
bundleId: "com.drecipe.drecipe"