-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
56 lines (48 loc) · 1.66 KB
/
Copy pathpubspec.yaml
File metadata and controls
56 lines (48 loc) · 1.66 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
# pubspec.yaml
name: mess_manager # Updated from 'mess_meal_management_app'
description: "A Flutter mobile application designed to simplify the management of meals, expenses, contributions, and market duties within a Mess."
publish_to: 'none'
version: 4.2.0+1
environment:
sdk: ^3.7.2
dependencies:
flutter:
sdk: flutter
package_info_plus: ^8.0.0
firebase_core: ^3.6.0
firebase_auth: ^5.3.1
cloud_firestore: ^5.4.4
path_provider: ^2.1.1
path: ^1.9.0
shared_preferences: ^2.2.2
provider: ^6.0.5
bcrypt: ^1.1.0
intl: ^0.20.2
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.8
pdf: ^3.10.4
printing: ^5.11.1
fl_chart: ^0.66.0
flutter_rating_bar: ^4.0.1
firebase_messaging: ^15.2.0
flutter_local_notifications: ^18.0.1
safe_device: ^1.1.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter_launcher_icons: ^0.13.1 # <--- ENSURE THIS IS HERE
flutter:
uses-material-design: true
assets:
- assets/images/ # Make sure this path exists and contains your app_logo.png
# REMOVED: The 'name: "Mess_Manager"' line from here. It caused the error.
# Configuration for flutter_launcher_icons
flutter_icons:
android: true # Generate icons for Android
ios: false # Set to true if you also want to generate for iOS (but your project is Android only)
image_path: "assets/images/app_logo.png" # <--- IMPORTANT: Ensure this path points to YOUR actual logo file
# Example if you want adaptive icons (Android 8.0+):
# adaptive_icon_background: "#FFFFFF" # Background color for adaptive icon
# adaptive_icon_foreground: "assets/images/app_logo_foreground.png" # Foreground image for adaptive icon