This repository was archived by the owner on Sep 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
60 lines (49 loc) · 1.38 KB
/
Copy pathpubspec.yaml
File metadata and controls
60 lines (49 loc) · 1.38 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
name: skymobile
description: SkyMobile
version: 4.1.1+58
environment:
sdk: ">=2.10.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
skyscrapeapi: ^4.1.1+1
flutter_colorpicker: ^0.4.0
url_launcher: ^6.0.9
path_provider: ^2.0.2
local_auth: ^1.1.6
cupertino_icons: ^0.1.3
dev_dependencies:
flutter_launcher_icons: ^0.9.2
flutter_test:
sdk: flutter
flutter_icons:
android: true
ios: true
image_path_ios: "assets/CustomizableIcons/iOS/icon.png"
image_path_android: "assets/CustomizableIcons/Android/icon.png"
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:
- assets/CustomizableIcons/icon1.png
- assets/CustomizableIcons/icon2.png
- assets/CustomizableIcons/icon3.png
- assets/CustomizableIcons/icon4.png
- assets/CustomizableIcons/iconchristmas.png
fonts:
- family: Roboto
fonts:
- asset: fonts/Roboto/Roboto-Thin.ttf
weight: 100
- asset: fonts/Roboto/Roboto-Light.ttf
weight: 300
- asset: fonts/Roboto/Roboto-Regular.ttf
weight: 400
- asset: fonts/Roboto/Roboto-Medium.ttf
weight: 500
- asset: fonts/Roboto/Roboto-Bold.ttf
weight: 700
- asset: fonts/Roboto/Roboto-Black.ttf
weight: 900