-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpubspec.yaml
55 lines (50 loc) · 1.27 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
name: wallet_app_workshop
description: Workshop for a minimalistic, animated wallet app with made with Flutter
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
cupertino_icons: ^1.0.2
flutter:
sdk: flutter
font_awesome_flutter: ^10.5.0
widgetbook: ^3.2.0
dev_dependencies:
flutter_launcher_icons: ^0.13.1
flutter_lints: ^2.0.0
flutter_test:
sdk: flutter
very_good_analysis: ^5.0.0+1
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
fonts:
- family: Raleway
fonts:
- asset: assets/fonts/Raleway-Regular.ttf
- asset: assets/fonts/Raleway-Bold.ttf
weight: 700
- asset: assets/fonts/Raleway-Medium.ttf
weight: 500
- asset: assets/fonts/Raleway-light.ttf
weight: 300
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/app-icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/images/app-icon.png"
background_color: "#1A1A1A"
theme_color: "#1A1A1A"
windows:
generate: true
image_path: "assets/images/app-icon.png"
icon_size: 256
macos:
generate: true
image_path: "assets/images/app-icon.png"