-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
70 lines (66 loc) · 2.41 KB
/
pubspec.yaml
File metadata and controls
70 lines (66 loc) · 2.41 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
name: reading_sprout
description: A beautiful sight word learning app for kids — hear it, type it, learn it.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.6.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_soloud: ^3.5.0 # High-performance audio engine (SoLoud)
shared_preferences: ^2.3.0 # Persist progress & settings locally
confetti: ^0.8.0 # Celebration confetti animations
flutter_animate: ^4.5.0 # Smooth, declarative animations
path_provider: ^2.1.0 # Find app directories for audio storage
uuid: ^4.0.0 # Unique IDs for custom words
window_manager: ^0.5.1 # Desktop window control (hide title bar, fullscreen)
hive: ^2.2.3 # Local key-value database (cross-platform, no native deps)
hive_flutter: ^1.1.0 # Platform-agnostic Hive initialization
forge2d: ^0.14.2 # 2D physics engine
sensors_plus: ^5.0.0 # Accelerometer/gyroscope for avatar head tilt
flutter_svg: ^2.0.16 # SVG rendering for element palette icons
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
hive_generator: ^2.0.1 # Code-gen for Hive TypeAdapters
build_runner: ^2.4.0 # Runs hive_generator
flutter:
uses-material-design: true
shaders:
- shaders/hair_shimmer.frag
- shaders/skin_glow.frag
assets:
- assets/images/
- assets/audio/words/
- assets/audio/letters/
- assets/audio/phonics/
- assets/audio/letter_names/
- assets/audio/effects/
- assets/audio/phrases/
- assets/audio/music/
- assets/icons/elements/
- assets/google_fonts/
fonts:
- family: Fredoka
fonts:
- asset: assets/google_fonts/Fredoka-Light.ttf
weight: 300
- asset: assets/google_fonts/Fredoka-Regular.ttf
weight: 400
- asset: assets/google_fonts/Fredoka-Medium.ttf
weight: 500
- asset: assets/google_fonts/Fredoka-SemiBold.ttf
weight: 600
- asset: assets/google_fonts/Fredoka-Bold.ttf
weight: 700
- family: Nunito
fonts:
- asset: assets/google_fonts/Nunito-Regular.ttf
weight: 400
- asset: assets/google_fonts/Nunito-Medium.ttf
weight: 500
- asset: assets/google_fonts/Nunito-SemiBold.ttf
weight: 600
- asset: assets/google_fonts/Nunito-Bold.ttf
weight: 700