-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
63 lines (55 loc) · 1.33 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
name: my_site
description: Ali Yazdi Homepage
homepage: https://aliyazdi75.github.io
repository: https://github.com/aliyazdi75/aliyazdi75.github.io
issue_tracker: https://github.com/aliyazdi75/aliyazdi75.github.io/issues
publish_to: none
version: 1.0.6+6
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: any
cupertino_icons: ^1.0.4
google_fonts: ^2.1.1
# shared_preferences: '>=0.5.10 <2.0.0'
url_launcher: ^6.0.10
dev_dependencies:
flutter_test:
sdk: flutter
flutter_driver:
sdk: flutter
# flutter_launcher_icons: ^0.8.1
args: any
flutter_lints: ^1.0.4
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icons/icon.png"
flutter:
uses-material-design: true
generate: true
assets:
- fonts/google_fonts/
- assets/images/avatar.jpg
fonts:
- family: MySiteIcons
fonts:
- asset: fonts/icons/MySiteIcons.ttf
- family: IRANSans-Medium
fonts:
- asset: fonts/IRANSans-Medium.ttf
- family: IRANSans-Regular
fonts:
- asset: fonts/IRANSans-Regular.ttf
- family: IRANSans-SemiBold
fonts:
- asset: fonts/IRANSans-SemiBold.ttf
- family: IRANSans-Bold
fonts:
- asset: fonts/IRANSans-Bold.ttf