todos-contra-el-fuego-mobile/lib/models
vjrj 8da3752193 Fix 23 additional lint issues to reduce from 129 to 106 issues
- Add const constructors to @immutable classes (5 issues: prefer_const_constructors_in_immutables)
- Fix nullable value casts in firesApi.dart (3 issues: cast_nullable_to_non_nullable)
- Remove redundant default argument values (2 issues: avoid_redundant_argument_values)
- Make YourLocation immutable with final fields (2 issues: avoid_equals_and_hash_code_on_mutable_classes)
- Update imports and fix formatting

Reduces lint issues from 129 to 106. APK builds successfully (146 MB).
2026-03-11 23:45:06 +01:00
..
appState.dart refactor: remove comunes-flutter dependency and inline components 2026-03-07 18:19:33 +01:00
appState.g.dart refactor: remove comunes-flutter dependency and inline components 2026-03-07 18:19:33 +01:00
basicLocation.dart Fix 23 additional lint issues to reduce from 129 to 106 issues 2026-03-11 23:45:06 +01:00
falsePositiveTypes.dart refactor: continue lint cleanup - 96 more issues fixed 2026-03-07 11:17:01 +01:00
fireMapState.dart fix: resolve 2 remaining strict analysis errors 2026-03-06 11:21:06 +01:00
fireNotification.dart Fix 23 additional lint issues to reduce from 129 to 106 issues 2026-03-11 23:45:06 +01:00
fireNotification.g.dart refactor: remove comunes-flutter dependency and inline components 2026-03-07 18:19:33 +01:00
fireNotificationsPersist.dart Remove info-level lint issues: avoid_dynamic_calls, use_build_context_synchronously, avoid_print, non_constant_identifier_names 2026-03-11 16:53:48 +01:00
firesApi.dart Fix 23 additional lint issues to reduce from 129 to 106 issues 2026-03-11 23:45:06 +01:00
user.dart refactor: remove comunes-flutter dependency and inline components 2026-03-07 18:19:33 +01:00
yourLocation.dart Fix 23 additional lint issues to reduce from 129 to 106 issues 2026-03-11 23:45:06 +01:00
yourLocation.g.dart refactor: remove comunes-flutter dependency and inline components 2026-03-07 18:19:33 +01:00
yourLocationPersist.dart refactor: remove comunes-flutter dependency and inline components 2026-03-07 18:19:33 +01:00