-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
86 lines (76 loc) · 2.16 KB
/
Copy pathpubspec.yaml
File metadata and controls
86 lines (76 loc) · 2.16 KB
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
name: pulse
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.17+18
environment:
sdk: ^3.6.1
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
change_app_package_name: ^1.5.0
icons_launcher: ^3.0.1
http: ^1.3.0
intl: ^0.20.2
flutter_bloc: ^9.1.0
equatable: ^2.0.7
url_launcher: ^6.3.1
flutter_boring_avatars: ^2.0.1
country_flags: ^3.2.0
logger: ^2.5.0
in_app_update: ^4.2.3
icons_plus: ^5.0.0
json_annotation: ^4.9.0
timeago: ^3.2.2
package_info_plus: ^8.3.0
shared_preferences: ^2.5.3
fade_shimmer: ^2.4.0
fl_chart: ^0.71.0
flutter_timezone: ^4.1.1
flutter_dotenv: ^5.2.1
country_codes: ^3.3.0
purchases_flutter: ^9.11.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
json_serializable: ^6.9.4
build_runner: ^2.4.15
icons_launcher:
image_path: "assets/images/logo.png"
platforms:
android:
enable: true
ios:
enable: true
adaptive_foreground_image: "assets/images/logo_padded.png"
image_path: "assets/images/logo_padded.png"
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/fonts/
- .env
fonts:
- family: Montserrat
fonts:
- asset: assets/fonts/Montserrat/Montserrat-Black.ttf
weight: 900
- asset: assets/fonts/Montserrat/Montserrat-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Montserrat/Montserrat-Bold.ttf
weight: 700
- asset: assets/fonts/Montserrat/Montserrat-SemiBold.ttf
weight: 600
- asset: assets/fonts/Montserrat/Montserrat-Medium.ttf
weight: 500
- asset: assets/fonts/Montserrat/Montserrat-Regular.ttf
weight: 400
- asset: assets/fonts/Montserrat/Montserrat-Light.ttf
weight: 300
- asset: assets/fonts/Montserrat/Montserrat-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Montserrat/Montserrat-Thin.ttf
weight: 100