-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
97 lines (74 loc) · 1.97 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
name: southwaltoncarts_customer
description: "A new Flutter project."
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.4.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
get: ^4.6.6
get_storage: ^2.1.1
animations: ^2.0.11
flutter_svg: ^2.0.10+1
pin_code_text_field: ^1.8.0
timeline_tile: ^2.0.0
google_fonts:
share_plus: ^9.0.0
lottie: ^3.1.2
flutter_spinkit: ^5.2.1
swipe_refresh: ^1.1.2
dio: ^5.5.0+1
pretty_dio_logger: ^1.4.0
shimmer: ^3.0.0
pinput: ^5.0.0
cached_network_image: ^3.4.0
device_info_plus: ^10.1.2
image_picker: ^1.1.2
permission_handler: ^11.3.1
intl: ^0.20.0
flutter_pdfview: ^1.3.4
path_provider: ^2.1.5
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
build_runner: ^2.4.11
flutter_gen_runner:
flutter_gen:
output: lib/app/gen/
line_length: 80
assets:
outputs:
style: camel-case
fonts:
outputs:
package_parameter_enabled: true
# Optional
integrations:
flutter_svg: true
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/images/
- assets/svg/
- assets/fonts/
fonts:
- family: Raleway
fonts:
- asset: assets/fonts/Raleway-ExtraBold.ttf
weight: 900
- asset: assets/fonts/Raleway-SemiBold.ttf
weight: 600
- asset: assets/fonts/Raleway-Bold.ttf
weight: 700
- asset: assets/fonts/Raleway-Medium.ttf
weight: 500
- asset: assets/fonts/Raleway-Regular.ttf