-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
58 lines (51 loc) · 1.22 KB
/
pubspec.yaml
File metadata and controls
58 lines (51 loc) · 1.22 KB
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
57
58
name: finance_tracker
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.4.1 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.6
sqflite: ^2.0.0+4
path_provider: ^2.0.11
provider: ^6.0.0
intl: ^0.19.0
fl_chart: ^0.69.0
flutter_svg: ^2.0.10+1
csv: ^6.0.0
open_file: ^3.2.1
workmanager: ^0.5.2
flutter_local_notifications: ^17.2.2
shared_preferences: ^2.0.15
http: ^1.2.2
connectivity_plus: ^6.0.5
qr_code_scanner: ^1.0.0
file_picker: ^5.2.7
permission_handler: ^11.1.0
google_mobile_ads: ^5.1.0
flutter_dotenv: ^5.2.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter_launcher_icons: ^0.9.3
flutter_icons:
android: true
ios: true
image_path: "assets/icon/app_icon.png"
flutter:
uses-material-design: true
assets:
- assets/images/savings_light.svg
- assets/images/savings_dark.svg
- assets/images/no_data_light.svg
- assets/images/no_data_dark.svg
- assets/languages/en.json
- assets/languages/es.json
- assets/languages/pt.json
- assets/languages/fr.json
- .env