-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubsec.yaml
More file actions
46 lines (39 loc) · 930 Bytes
/
pubsec.yaml
File metadata and controls
46 lines (39 loc) · 930 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
42
43
44
45
46
name: FastForex
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.7.2
dependencies:
flutter:
sdk: flutter
http: ^1.3.0 # For API Calls
shared_preferences: ^2.0.15
fl_chart: ^0.70.2
flutter_dotenv: ^5.0.2
cupertino_icons: ^1.0.8
flutter_launcher_icons: ^0.14.3 # Add this for app icons
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
assets:
- assets/icon/
- assets/images/
- assets/fonts/
uses-material-design: true
flutter_launcher_icons:
android: true
ios: true
windows:
generate: true
image_path: "assets/icon/FastForex3.png"
web:
generate: true
image_path: "assets/icon/FastForex3.png"
image_path: "assets/icon/FastForex3.png"
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/icon/FastForex3.png"
remove_alpha_ios: true
remove_alpha_android: true