-
Notifications
You must be signed in to change notification settings - Fork 18
/
pubspec.yaml
59 lines (54 loc) · 1.34 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
name: pub_dev
publish_to: none
description: The pub.dev website recreated in Flutter.
version: 1.1.0
environment:
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"
dependencies:
flutter:
sdk: flutter
responsive_framework:
path: responsive_framework
google_fonts: ^6.2.1
animations: ^2.0.11
url_launcher: ^6.3.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
flutter_lints: ^4.0.0
flutter_icons:
android: true
ios: true
remove_alpha_ios: true
image_path: "assets/dart_logo_full.png"
image_path_android: "assets/dart_logo_full.png"
image_path_ios: "assets/dart_logo_full.png"
adaptive_icon_background: "#FFFFFFFF"
adaptive_icon_foreground: "assets/dart_logo_adaptive.png"
web:
generate: true
macos:
generate: true
windows:
generate: true
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: Google Sans
fonts:
- asset: assets/fonts/product_sans_regular.ttf
- asset: assets/fonts/product_sans_bold.ttf
weight: 700
- asset: assets/fonts/product_sans_italic.ttf
style: italic
- family: Roboto
fonts:
- asset: assets/fonts/roboto_regular.ttf
- asset: assets/fonts/roboto_bold.ttf
weight: 700
- asset: assets/fonts/roboto_italic.ttf
style: italic