-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
86 lines (71 loc) · 1.67 KB
/
pubspec.yaml
File metadata and controls
86 lines (71 loc) · 1.67 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
name: learn_ai_data_science
description: An AI-powered, gamified learning app for mastering AI and Data Science from beginner to advanced levels.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
# UI & Animation
cupertino_icons: ^1.0.6
google_fonts: ^6.1.0
flutter_animate: ^4.5.0
lottie: ^3.0.0
confetti: ^0.7.0
shimmer: ^3.0.0
flutter_svg: ^2.0.9
# State Management
flutter_riverpod: ^2.4.9
riverpod_annotation: ^2.3.3
# Local Storage
hive: ^2.2.3
hive_flutter: ^1.1.0
shared_preferences: ^2.2.2
path_provider: ^2.1.1
# AI/ML Integration (Local LLM)
http: ^1.1.2
dio: ^5.4.0
flutter_markdown: ^0.6.18
markdown: ^7.2.1
# Code Syntax Highlighting
flutter_highlighting: ^0.9.0
highlight: ^0.7.0
# Charts & Visualization
fl_chart: ^0.65.0
# Image Generation/Caching
cached_network_image: ^3.3.1
flutter_cache_manager: ^3.3.1
# Utilities
uuid: ^4.2.1
intl: ^0.19.0
collection: ^1.18.0
equatable: ^2.0.5
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
# Local Notifications (for streaks)
flutter_local_notifications: ^16.3.0
timezone: ^0.9.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
build_runner: ^2.4.7
freezed: ^2.4.6
json_serializable: ^6.7.1
hive_generator: ^2.0.1
riverpod_generator: ^2.3.9
custom_lint: ^0.5.7
riverpod_lint: ^2.3.7
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/animations/
- assets/icons/
- assets/illustrations/
- assets/badges/
# fonts:
# - family: CustomIcons
# fonts:
# - asset: assets/fonts/CustomIcons.ttf