-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
41 lines (37 loc) · 943 Bytes
/
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
name: reactiontest
description: Test your reaction
publish_to: 'none'
version: 1.2.0+19
environment:
sdk: ">=3.4.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
google_mobile_ads: ^5.1.0
in_app_review: ^2.0.9
shared_preferences: ^2.2.3
url_strategy: ^0.2.0
dev_dependencies:
carapacik_lints: ^1.8.1
#flutter_launcher_icons: ^0.13.1
#flutter_native_splash: ^2.4.0
flutter:
uses-material-design: true
flutter_launcher_icons:
image_path_android: 'assets/ic_logo_border.png'
image_path_ios: 'assets/ic_logo.png'
android: true
adaptive_icon_background: 'assets/ic_background.png'
adaptive_icon_foreground: 'assets/ic_foreground.png'
ios: true
web:
generate: true
image_path: 'assets/ic_logo_border.png'
background_color: '#0175C2'
macos:
generate: true
image_path: 'assets/ic_logo_border.png'
windows:
generate: true
image_path: 'assets/ic_logo_border.png'
icon_size: 256