todos-contra-el-fuego-mobile/lib/redux
vjrj 270d9a569e Remove info-level lint issues: avoid_dynamic_calls, use_build_context_synchronously, avoid_print, non_constant_identifier_names
- Type dynamic map accesses properly (avoid_dynamic_calls in genericMap, globalFiresBottomStats)
- Capture context before async gaps (use_build_context_synchronously in genericMap, genericMapBottom, globalFiresBottomStats)
- Replace print() with debugPrint() (avoid_print in firesApi.dart)
- Rename fireMarker function and _LayerSelectorButton to camelCase
- Rename variable FireNotifications to fireNotifications
- Fix no_default_cases in switch statements (add missing subscriptionConfirm case)
- Make FireNotification fields final, remove @immutable from YourLocation (mutable)
- Make monitoredAreas field final in _ViewModel
- Update subscribeViaApi to use copyWith instead of direct field assignment
2026-03-11 16:53:48 +01:00
..
actions.dart refactor: continue lint cleanup - 96 more issues fixed 2026-03-07 11:17:01 +01:00
appActions.dart fix: resolve 2 remaining strict analysis errors 2026-03-06 11:21:06 +01:00
appReducer.dart fix: Resolve Dart type inference errors and update Android build configuration for Gradle 8.14 2026-03-06 21:44:54 +01:00
errorReducer.dart refactor: continue lint cleanup - 96 more issues fixed 2026-03-07 11:17:01 +01:00
fetchDataMiddleware.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
fireMapActions.dart fix: resolve 2 remaining strict analysis errors 2026-03-06 11:21:06 +01:00
fireMapReducer.dart refactor: continue lint cleanup - 96 more issues fixed 2026-03-07 11:17:01 +01:00
fireNotificationActions.dart refactor: continue lint cleanup - 96 more issues fixed 2026-03-07 11:17:01 +01:00
fireNotificationReducer.dart refactor: continue lint cleanup - 96 more issues fixed 2026-03-07 11:17:01 +01:00
loadedReducer.dart refactor: continue lint cleanup - 96 more issues fixed 2026-03-07 11:17:01 +01:00
loadingReducer.dart refactor: continue lint cleanup - 96 more issues fixed 2026-03-07 11:17:01 +01:00
reducers.dart fix: Resolve Dart type inference errors and update Android build configuration for Gradle 8.14 2026-03-06 21:44:54 +01:00
userReducer.dart refactor: continue lint cleanup - 96 more issues fixed 2026-03-07 11:17:01 +01:00
yourLocationActions.dart fix: resolve 2 remaining strict analysis errors 2026-03-06 11:21:06 +01:00
yourLocationsReducer.dart refactor: continue lint cleanup - 96 more issues fixed 2026-03-07 11:17:01 +01:00