-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
47 lines (42 loc) · 946 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
42
43
44
45
46
47
name: svitloif
description: A new Flutter project.
publish_to: 'none'
version: 0.1.8
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
http: ^1.1.0
intl: ^0.19.0
percent_indicator: ^4.2.3
shared_preferences: ^2.2.3
flutter_local_notifications: ^17.2.1+2
timezone: ^0.9.4
flutter_timezone: ^3.0.1
dev_dependencies:
flutter_launcher_icons: "^0.13.1"
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter:
uses-material-design: true
# assets:
# - assets/data.json
flutter_launcher_icons:
android: "launcher_icon"
ios: false
image_path: "assets/icon.png"
min_sdk_android: 21
web:
generate: false
image_path: "assets/icon.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/icon.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: false
image_path: "assets/icon.png"