-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
46 lines (40 loc) · 925 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
44
45
46
name: WorkoutAI
description: "AI-powered workout app featuring push-up counting with ML Kit and other exercise tracking capabilities"
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ^3.5.4
dependencies:
flutter:
sdk: flutter
http: ^1.1.0
shared_preferences: ^2.3.2
cupertino_icons: ^1.0.8
flutter_bloc: ^8.1.3
google_ml_kit: ^0.19.0
google_mlkit_commons: ^0.9.0
google_fonts: ^6.1.0
image_picker: ^1.0.1
camera: ^0.10.5+2
path: ^1.8.3
path_provider: ^2.0.15
lottie: ^2.6.0
fl_chart: ^0.69.0
shimmer: ^3.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter_launcher_icons: ^0.13.1
flutter:
uses-material-design: true
assets:
- assets/
- assets/push-up-animation.json
- assets/workout_logo.png
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon.png"
min_sdk_android: 21
remove_alpha_ios: true