-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpubspec.yaml
61 lines (50 loc) · 1.17 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: wise_splash_screen
description: "Wise Splash Screen"
publish_to: 'none'
version: 1.0.0
environment:
sdk: '>=3.4.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_native_splash: ^2.4.3
vector_graphics: ^1.1.11+1
dev_dependencies:
flutter_launcher_icons: ^0.14.2
flutter_test:
sdk: flutter
vector_graphics_compiler: ^1.1.11+1
very_good_analysis: ^6.0.0
flutter:
uses-material-design: true
assets:
- assets/images/background.png
- assets/images/built_with_flutter.png
- assets/images/logo.svg
- path: assets/images/logo.svg
transformers:
- package: vector_graphics_compiler
flutter_native_splash:
color: '#9FE870'
image: 'assets/images/logo.png'
android_12:
image: 'assets/images/logo_android_12.png'
color: '#9FE870'
ios: true
android: true
web: false
flutter_launcher_icons:
image_path: 'assets/images/icon.png'
remove_alpha_ios: true
min_sdk_android: 21
adaptive_icon_background: '#9FE870'
adaptive_icon_foreground: 'assets/images/icon.png'
adaptive_icon_foreground_inset: 25
ios: true
android: true
web:
generate: false
windows:
generate: false
macos:
generate: false