-
-
Notifications
You must be signed in to change notification settings - Fork 105
/
pubspec.yaml
62 lines (50 loc) · 1.48 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
name: well_app
description: Improve your productivity and long-term happiness in just 21 days.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.2.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.26.0-0"
dependencies:
flutter:
sdk: flutter
flutter_hooks: ^0.16.0
rxdart: ^0.26.0
url_launcher: ^6.0.3
in_app_review: ^2.0.2
well_app_core:
path: packages/core
hive_flutter: ^1.1.0
get_it: ^7.2.0
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.11.0
flutter_launcher_icons: ^0.9.0
flutter_icons:
image_path_android: "assets/launcher_icon.png"
image_path_ios: "assets/launcher_icon.png"
android: true # can specify file name here e.g. "ic_launcher"
ios: true # can specify file name here e.g. "My-Launcher-Icon"
adaptive_icon_foreground: "assets/adaptive_icon_foreground.png"
adaptive_icon_background: "#FDD835"
remove_alpha_ios: true
# The following section is specific to Flutter.
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
assets:
- fonts/
fonts:
- family: Work Sans
fonts:
- asset: fonts/WorkSans-Light.ttf
weight: 300
- asset: fonts/WorkSans-Regular.ttf
weight: 400
- asset: fonts/WorkSans-Medium.ttf
weight: 500
- asset: fonts/WorkSans-Bold.ttf
weight: 700