-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
77 lines (69 loc) · 1.61 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
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.3.3 <4.0.0'
dependencies:
animations:
carousel_slider:
cupertino_icons:
flutter:
sdk: flutter
flutter_next:
git:
url: https://github.com/shashiben/flutter_next.git
flutter_svg:
go_router:
line_icons:
universal_html:
universal_platform:
url_launcher:
webviewx:
dev_dependencies:
build_runner:
flutter_launcher_icons:
flutter_lints:
flutter_test:
sdk: flutter
preload:
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