-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
43 lines (33 loc) · 963 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
name: fitness_dashboard_ui
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.2.4 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
fl_chart: ^0.68.0
flutter_svg: ^2.0.5
flutter_staggered_grid_view: ^0.4.0
intl: ^0.19.0
google_fonts: ^6.2.1
flutter_secure_storage: ^5.0.2
another_flushbar: ^1.10.26
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter_launcher_icons: ^0.11.0 # Added flutter_launcher_icons for app icon generation
flutter_icons:
android: true
ios: true
image_path: "assets/icons/app_icon.png" # Path to your app icon image
# adaptive_icon_background: "assets/icons/background.png" # Optional for Android adaptive icon
# adaptive_icon_foreground: "assets/icons/foreground.png" # Optional for Android adaptive icon
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/