-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
78 lines (70 loc) · 1.69 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
name: one_page
description: Clone of a bootstrap template from bootstrap_made website in flutter.
publish_to: "none"
version: 1.0.0+2
environment:
sdk: ^3.6.0
dependencies:
animations: null
carousel_slider: null
cupertino_icons: null
flutter:
sdk: flutter
flutter_next:
git:
url: https://github.com/shashiben/flutter_next.git
flutter_svg: null
go_router: null
line_icons: null
smooth_scroll_multiplatform: ^1.0.8
universal_html: null
universal_platform: null
url_launcher: null
webviewx: null
dev_dependencies:
build_runner: null
flutter_launcher_icons: null
flutter_lints: null
flutter_test:
sdk: flutter
preload: null
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/logo.jpg"
web:
generate: true
flutter:
uses-material-design: true
assets:
- assets/
- assets/clients/
- assets/portfolio/
- assets/team/
- assets/testimonials/
- assets/fonts/
fonts:
- family: Opensans
fonts:
- asset: assets/fonts/OpenSans-Light.ttf
weight: 300
- asset: assets/fonts/OpenSans-Medium.ttf
weight: 500
- asset: assets/fonts/OpenSans-Bold.ttf
weight: 700
- family: Raleway
fonts:
- asset: assets/fonts/Raleway-Regular.ttf
weight: 300
- asset: assets/fonts/Raleway-Medium.ttf
weight: 500
- asset: assets/fonts/Raleway-Bold.ttf
weight: 700
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Regular.ttf
weight: 300
- asset: assets/fonts/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins-Bold.ttf
weight: 700