Commit Graph
19 Commits
Author SHA1 Message Date
Lizandro GuarnizoandClaude Sonnet 4.6 309f250d47 fix: remove font_awesome_flutter (incompatible with Dart 3.12)
Replace FaIcon(FontAwesomeIcons.google) with plain Text widget.
Remove font_awesome_flutter from pubspec — package extends final
class IconData which is forbidden in Dart 3.12/Flutter 3.44.
Fix currentUser.value → currentUser (was Rx<UserModel?>, now UserModel?).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 14:44:21 -05:00
Lizandro GuarnizoandClaude 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 GuarnizoandClaude 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
Felipe 1e181d3dd6 abrir calendario desde fecha y hora 2024-01-15 09:35:20 -05:00
Felipe 240791fb93 update 2024-01-09 17:24:14 -05:00
Felipe 7977a9be24 update 2024-01-06 13:59:44 -05:00
Felipe 278fdfd9e1 update 2024-01-05 15:57:46 -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 d651b140fb update 15 dec 2023-12-15 16:04:01 -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 6fe88bf31c update 2023-11-17 11:58:11 -05:00
lizandrogd a0193bb43f update 2023-11-16 20:04:35 -05:00
Felipe a4f631497d rutas 2023-11-14 17:20:12 -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