-
Notifications
You must be signed in to change notification settings - Fork 3
/
pubspec.yaml
71 lines (56 loc) · 1.3 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
name: veggie_go_malaysia
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.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# state management
stacked: ^1.3.1
stacked_services: ^0.3.0+1
# control inversion
get_it: ^4.0.2
# debug
logger: ^0.8.2
effective_dart: ^1.2.1
# networking
location: ^3.0.0
cached_network_image: ^2.2.0+1
# testing
mockito: ^4.1.1
# ui
smooth_star_rating: ^1.1.1
shimmer: ^1.1.1
carousel_slider: ^2.1.0
cupertino_icons: ^0.1.3
dev_dependencies:
flutter_launcher_icons: "^0.7.5"
flutter_test:
sdk: flutter
pedantic: ^1.9.0
test:
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/fonts/
- assets/icons/
fonts:
- family: Roboto
fonts:
- asset: assets/fonts/Roboto/Roboto-Regular.ttf
- asset: assets/fonts/Roboto/Roboto-Medium.ttf
weight: 500
- family: Lato
fonts:
- asset: assets/fonts/Lato/Lato-Regular.ttf
- asset: assets/fonts/Lato/Lato-Bold.ttf
weight: 700
flutter_icons:
android: true
ios: true
image_path_ios: "assets/icons/launcher.png"
image_path_android: "assets/images/logo.png"
adaptive_icon_background: "#ffffff"