-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
41 lines (35 loc) · 795 Bytes
/
pubspec.yaml
File metadata and controls
41 lines (35 loc) · 795 Bytes
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: expense_tracker
description: "A beautiful expense tracking app"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.10.7
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
url_launcher: ^6.3.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.14.3
flutter_native_splash: ^2.4.5
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/icon.png"
adaptive_icon_background: "#6C63FF"
adaptive_icon_foreground: "assets/icon.png"
flutter_native_splash:
color: "#6C63FF"
image: assets/icon.png
color_dark: "#6C63FF"
image_dark: assets/icon.png
android_12:
color: "#6C63FF"
icon_background_color: "#6C63FF"
flutter:
uses-material-design: true
assets:
- assets/