-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
114 lines (93 loc) · 3.29 KB
/
Copy pathpubspec.yaml
File metadata and controls
114 lines (93 loc) · 3.29 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
name: exploding_kittens
description: "Exploding Kittens — Mobile game by ZenXLK"
publish_to: 'none'
version: 0.10.0+56
environment:
sdk: ">=3.3.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
# ── Estado ──────────────────────────────────────────
flutter_riverpod: ^3.1.0
riverpod_annotation: ^4.0.0
# ── Navegación ──────────────────────────────────────
go_router: ^17.3.0
# ── Modelos inmutables ───────────────────────────────
freezed_annotation: ^3.1.0
json_annotation: ^4.9.0
# ── Red ─────────────────────────────────────────────
web_socket_channel: ^3.0.0
network_info_plus: ^8.2.1
multicast_dns: ^0.3.2+1
http: ^1.6.0
# ── Animaciones ─────────────────────────────────────
lottie: ^3.5.1
flutter_animate: ^4.5.0
# ── Audio ────────────────────────────────────────────
audioplayers: ^6.1.0
# ── Persistencia ─────────────────────────────────────
shared_preferences: ^2.3.2
hive_flutter: ^1.1.0
hive: ^2.2.3
# ── Utilidades ───────────────────────────────────────
equatable: ^2.0.5
uuid: ^4.6.0
collection: ^1.18.0
gap: ^3.0.1
cupertino_icons: ^1.0.8
nsd: ^5.0.1
package_info_plus: ^10.2.1
# ── Autenticación (Fase 7) ───────────────────────────
supabase_flutter: ^2.16.0
flutter_dotenv: ^6.0.1
flutter_localizations:
sdk: flutter
intl: ^0.20.2
dev_dependencies:
flutter_test:
sdk: flutter
# Generación de código
build_runner: ^2.15.1
freezed: ^3.2.3
json_serializable: ^6.11.2
riverpod_generator: ^4.0.0+1
custom_lint: ^0.8.1
riverpod_lint: ^3.1.0
# Testing
mocktail: ^1.0.4
nsd_platform_interface: ^2.2.0
flutter_lints: ^6.0.0
# Ícono de la app
flutter_launcher_icons: ^0.14.4
flutter:
uses-material-design: true
generate: true
assets:
- assets/cards/
- assets/sounds/
- assets/animations/
- assets/images/
# .env no versionado (ver .gitignore); si falta, SupabaseConfig.isConfigured
# da false y la app arranca en modo 100% invitado, sin romper el build.
- .env
fonts:
- family: Bangers
fonts:
- asset: assets/fonts/Bangers-Regular.ttf
- family: Baloo2
fonts:
- asset: assets/fonts/Baloo2-Variable.ttf
weight: 400
- asset: assets/fonts/Baloo2-Variable.ttf
weight: 500
- asset: assets/fonts/Baloo2-Variable.ttf
weight: 600
- asset: assets/fonts/Baloo2-Variable.ttf
weight: 700
- asset: assets/fonts/Baloo2-Variable.ttf
weight: 800
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/icon/app_icon.png"
remove_alpha_ios: true