-
-
Notifications
You must be signed in to change notification settings - Fork 327
/
pubspec.yaml
61 lines (53 loc) · 1.63 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
name: layout_demo_flutter
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: ">=3.2.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_launcher_icons: ^0.13.1
cupertino_icons: ^1.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon/icon.png"
remove_alpha_ios: true
web:
generate: true
background_color: "#0175C2"
theme_color: "#0175C2"
windows:
generate: true
icon_size: 48
macos:
generate: true
# https://github.com/fluttercommunity/flutter_launcher_icons/issues/144
adaptive_icon_background: "assets/icon/icon-background.png"
adaptive_icon_foreground: "assets/icon/icon-foreground.png"
# The following section is specific to Flutter.
flutter:
assets:
# https://unsplash.com/photos/EN2PucB2yhA
- assets/ronnie-mayo-361348-unsplash.jpg
# https://unsplash.com/photos/pmH_Y4Qetrk
- assets/stefan-stefancik-105587-unsplash.jpg
# https://unsplash.com/photos/5ditmO9_ae0
- assets/simon-fitall-530083-unsplash.jpg
# https://unsplash.com/photos/3MNzGlQM7qs
- assets/anton-repponen-99530-unsplash.jpg
# https://unsplash.com/photos/CPjkWSD0RM0
- assets/kevin-cochran-524957-unsplash.jpg
# https://unsplash.com/photos/T0XLKgpyT_c
- assets/samsommer-72299-unsplash.jpg
# https://unsplash.com/photos/twukN12EN7c
- assets/simon-matzinger-320332-unsplash.jpg
# https://unsplash.com/photos/8BH_M-53CyA
- assets/meng-ji-102492-unsplash.jpg
# https://unsplash.com/photos/tvOvBq90bM0
- assets/brady-bellini-212790-unsplash.jpg
uses-material-design: true