Lizandro Guarnizo and Claude Sonnet 4.6
eb01e96e5d
fix: remove get package, upgrade Flutter 3.44 compat deps
...
- Remove `get` package (incompatible with Flutter 3.44/Dart 3.12 due to
removed ThemeData.backgroundColor and final IconData class)
- Replace GetMaterialApp → MaterialApp with GlobalKey navigatorKey
- Convert AuthenticationRepository and all 7 controllers from
GetxController to plain singletons
- Replace Get.snackbar/offAll/to/back/defaultDialog with app_navigator
helpers and native Flutter APIs
- Add ApiService.baseUrl static + parseJson method
- Add UserModel.getUser static method
- Add UserProvider.score via ScoresModel API
- Fix user?.photo → user?.picture in drawer_menu, service_after
- Fix logout(uid!) → logout() in drawer_menu
- Fix photo_view_web.dart missing dart:typed_data import
- Remove getCoordsOfCity call from ubicacion.dart
- Fix UserModel.getUser?.name null-safety in map/service.dart
- Upgrade: google_maps_flutter ^2.9.0, url_launcher ^6.3.0,
font_awesome_flutter ^10.8.0, image_picker ^1.1.2
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-18 14:33:22 -05:00
Lizandro Guarnizo and Claude Sonnet 4.6
33ee7ea2f4
fix: resolve web build failures
...
- Update SDK constraint to >=3.0.0 <4.0.0 (Flutter stable uses Dart 3.x)
- Remove flutter_email_sender (no web support) — replace with mailto: via url_launcher
- support.dart: unified _sendEmail works on both web and mobile
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-18 13:30:37 -05:00
Lizandro Guarnizo and Claude Sonnet 4.6
b9a034f37f
fix: replace user.state string checks with user.proState int in drawer_menu
...
user.state (Spanish string) no longer exists — UserModel uses proState (int)
from backend pro_state field: 0=inactive, 1=pending, 2=active, 3=denied.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-18 12:22:27 -05:00
Lizandro Guarnizo and Claude Sonnet 4.6
9be1c3b678
fix: update status string comparisons in service list screens to English
...
_statusIcon switch cases and tileColor checks were comparing against Spanish
status strings (aprobado/iniciado/terminado/denegado); backend returns English
(accepted/active/completed/cancelled/denied) so they always fell to default.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-18 12:20:12 -05:00
Lizandro Guarnizo and Claude Sonnet 4.6
dc99169ef1
fix: correct remaining route mismatches and Spanish status strings in prosappweb
...
- solicitudes: GET /services/professional/requests (not query params)
- my_services: GET /services/me with paginated response handling
- my_services_pro: GET /services/professional with paginated response handling
- professional: handle paginated GET /professionals response
- cita: PATCH /services/:id/status (not /services/:id); translate all Spanish
status comparisons (pendiente/aprobado/iniciado/terminado) to backend English
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-18 12:16:00 -05:00
Lizandro Guarnizo and Claude Sonnet 4.6
ce11aa813e
fix: align route DTOs and field names with NestJS backend
...
- event_model: snake_case fields, status translation map (es→en), public-calendar route
- chat_model: both roles use GET /chat/my (JWT identifies user)
- score: correct POST /comments DTO (destination_id, service_id, content, score, is_from_user)
- horario: PATCH /professionals/me/schedules with array format instead of /users/me
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-18 12:09:42 -05:00
Lizandro Guarnizo and Claude Sonnet 4.6
b95e0630de
feat: migrate prosapp_web_app from Firebase to NestJS API
...
- Replace Firebase Auth with JWT stored in SharedPreferences
- Replace Firestore with REST API calls via new ApiService
- Replace Firebase Storage with POST /storage/upload
- Remove firebase_auth, firebase_core, cloud_firestore,
firebase_storage, firebase_messaging, google_sign_in deps
- Add api_service.dart as central HTTP client
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-17 13:19:28 -05:00
lizandrogd
1c20d0c0cd
update
2024-01-16 21:48:38 -05:00
lizandrogd
35657f89ac
update
2024-01-16 21:48:32 -05:00
Felipe
1e181d3dd6
abrir calendario desde fecha y hora
2024-01-15 09:35:20 -05:00
Felipe
6dc5fe6f88
update
2024-01-13 11:10:24 -05:00
Felipe
240791fb93
update
2024-01-09 17:24:14 -05:00
Felipe
ae932ca582
calendario disponibles y ocupados
2024-01-06 18:14:35 -05:00
Felipe
7977a9be24
update
2024-01-06 13:59:44 -05:00
Felipe
a7db9d986d
update
2024-01-05 16:10:39 -05:00
Felipe
278fdfd9e1
update
2024-01-05 15:57:46 -05:00
Felipe
d9a62ce404
desing
2024-01-02 18:11:05 -05:00
Felipe
aa0d17ed18
fix web
2024-01-02 18:01:21 -05:00
Felipe
0f319cd84c
domicilio null
2024-01-02 17:57:18 -05:00
Felipe
cf34fdfb8e
update calendar
2024-01-02 16:16:02 -05:00
Felipe
956222de76
update
2023-12-23 11:06:10 -05:00
Felipe
c19f75c6a6
update
2023-12-22 16:38:55 -05:00
Felipe
695630ae47
boton
2023-12-22 16:06:32 -05:00
Felipe
cce805664e
update
2023-12-21 15:54:22 -05:00
Felipe
8f042d9ef8
fix
2023-12-15 18:08:27 -05:00
Felipe
d651b140fb
update 15 dec
2023-12-15 16:04:01 -05:00
Felipe
221a59b5f5
update
2023-12-01 12:17:12 -05:00
Felipe
19ef57c0da
update version limpiar prints
2023-12-01 09:46:46 -05:00
Felipe
80a9713e9c
version
2023-12-01 09:44:30 -05:00
Felipe
a760c3c863
update
2023-11-17 17:53:54 -05:00
Felipe
ef58892c13
update
2023-11-17 16:32:30 -05:00
Felipe
6fe88bf31c
update
2023-11-17 11:58:11 -05:00
lizandrogd
a0193bb43f
update
2023-11-16 20:04:35 -05:00
Felipe
60655ba96e
pagina muy grande
2023-11-16 07:39:45 -05:00
Felipe
a4f631497d
rutas
2023-11-14 17:20:12 -05:00
Felipe
26780112d8
SOLUCION error login
2023-11-14 14:46:57 -05:00
Felipe
043c3c580c
update
2023-11-14 12:37:09 -05:00
Felipe
e5aa47c199
mensaje servicio
2023-11-14 10:30:28 -05:00
Felipe
f9ac871fef
fix campos
2023-11-14 09:53:43 -05:00
Felipe
24f0d80e32
update
2023-11-11 18:13:58 -05:00
Felipe
f732d461d0
update
2023-11-10 15:34:13 -05:00
Felipe
b3d1740649
update
2023-11-09 11:21:54 -05:00
Felipe
db2f965e4c
apigoogle??
2023-11-08 20:16:19 -05:00
Felipe
7cf5c5fbfb
update
2023-11-08 16:05:47 -05:00
Felipe
c22aa7ba78
Que el mensaje de actualizacion de app no aplique para sitio web
2023-11-08 09:43:25 -05:00
Felipe
08c52de66d
update
2023-11-03 17:33:55 -05:00
Felipe
b40c989a86
update
2023-11-03 15:56:02 -05:00
Felipe
97b0ae939b
update
2023-11-03 14:56:33 -05:00
Felipe
c682885653
update
2023-11-03 14:40:13 -05:00
Felipe
9d11746b74
update
2023-11-03 12:23:25 -05:00