-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
56 lines (40 loc) · 929 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
48
49
50
51
52
53
54
55
56
name: orange_todo
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.2.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
hive: ^2.2.3
hive_flutter: ^1.1.0
cupertino_icons: ^1.0.2
flutter_native_splash: ^2.3.9
flutter_slidable: ^3.0.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: "^0.13.1"
#flutter app icon
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/png/icon/app_icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
#database
hive_generator: ^2.0.1
build_runner: ^2.1.11
flutter_lints: ^3.0.1
flutter:
uses-material-design: true
assets:
- assets/png/
# Add more assets if needed
#splash screen
flutter_native_splash:
color: "#F3DDC0"
image: assets/png/LOGO_big.png
android_12:
color: "#F3DDC0"
image: assets/png/LOGO_big.png