-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpubspec.yaml
More file actions
44 lines (37 loc) · 776 Bytes
/
pubspec.yaml
File metadata and controls
44 lines (37 loc) · 776 Bytes
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
name: cvapp
description: CV application
publish_to: none
version: 1.0.0+1
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
url_launcher: ^6.2.5
logging: ^1.2.0
ui_components:
path: packages/ui_components
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter_launcher_icons: ^0.13.1
flutter:
generate: true
uses-material-design: true
assets:
- assets/ava.jpeg
fonts:
- family: Roboto
fonts:
- asset: fonts/Roboto-Light.ttf
- family: CVIcons
fonts:
- asset: icons/CVIcons.ttf
# run: flutter pub run flutter_launcher_icons:main
flutter_icons:
android: "ic_launcher"
ios: true
image_path: "assets/icon.png"