todos-contra-el-fuego-mobile/lib
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
..
generated Fix critical Firebase messaging and null-safety errors 2026-03-05 02:31:22 +01:00
models 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
redux 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
utils refactor: remove comunes-flutter dependency and inline components 2026-03-07 18:19:33 +01:00
widgets fix: remove unnecessary non-null assertions in app_intro_page 2026-03-07 18:28:26 +01:00
activeFires.dart refactor: remove comunes-flutter dependency and inline components 2026-03-07 18:19:33 +01:00
attributionMapPlugin.dart fix: resolve 2 remaining strict analysis errors 2026-03-06 11:21:06 +01:00
colors.dart Material 3 2026-03-06 22:28:42 +01:00
compassMapPlugin.dart refactor: remove comunes-flutter dependency and inline components 2026-03-07 18:19:33 +01:00
customBottomAppBar.dart fix: resolve 2 remaining strict analysis errors 2026-03-06 11:21:06 +01:00
customMoment.dart fix: resolve 2 remaining strict analysis errors 2026-03-06 11:21:06 +01:00
customStepper.dart refactor: clean up 55 lint warnings and issues 2026-03-06 22:47:27 +01:00
dummyMapPlugin.dart fix: resolve 2 remaining strict analysis errors 2026-03-06 11:21:06 +01:00
fileUtils.dart refactor: clean up 55 lint warnings and issues 2026-03-06 22:47:27 +01:00
fireAlert.dart refactor: remove comunes-flutter dependency and inline components 2026-03-07 18:19:33 +01:00
fireMarker.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
fireMarkerIcon.dart refactor: clean up 55 lint warnings and issues 2026-03-06 22:47:27 +01:00
fireMarkType.dart refactor: continue lint cleanup - 96 more issues fixed 2026-03-07 11:17:01 +01:00
fireNotificationList.dart refactor: remove comunes-flutter dependency and inline components 2026-03-07 18:19:33 +01:00
firesApp.dart refactor: remove comunes-flutter dependency and inline components 2026-03-07 18:19:33 +01:00
firesSpinner.dart fix: resolve 2 remaining strict analysis errors 2026-03-06 11:21:06 +01:00
genericMap.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
genericMapBottom.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
globalFiresBottomStats.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
globals.dart Fix critical Firebase messaging and null-safety errors 2026-03-05 02:31:22 +01:00
homePage.dart refactor: remove comunes-flutter dependency and inline components 2026-03-07 18:19:33 +01:00
introPage.dart refactor: remove comunes-flutter dependency and inline components 2026-03-07 18:19:33 +01:00
layerSelectorMapPlugin.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
locationUtils.dart refactor: continue lint cleanup - 96 more issues fixed 2026-03-07 11:17:01 +01:00
main.dart fix: resolve 78 strict analysis errors with explicit type annotations 2026-03-06 10:47:12 +01:00
mainCommon.dart refactor: remove comunes-flutter dependency and inline components 2026-03-07 18:19:33 +01:00
mainDev.dart fix: resolve 2 remaining strict analysis errors 2026-03-06 11:21:06 +01:00
mainDrawer.dart fix: Resolve Dart type inference errors and update Android build configuration for Gradle 8.14 2026-03-06 21:44:54 +01:00
mainProd.dart refactor: remove comunes-flutter dependency and inline components 2026-03-07 18:19:33 +01:00
markdownPage.dart refactor: fix remaining lint warnings and deprecated APIs 2026-03-07 09:35:59 +01:00
monitoredAreas.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
objectIdUtils.dart fix: resolve 2 remaining strict analysis errors 2026-03-06 11:21:06 +01:00
placesAutocompleteUtils.dart refactor: continue lint cleanup - 21 more issues fixed 2026-03-07 12:23:29 +01:00
privacyPage.dart fix: resolve 2 remaining strict analysis errors 2026-03-06 11:21:06 +01:00
sandbox.dart fix: Resolve Dart type inference errors and update Android build configuration for Gradle 8.14 2026-03-06 21:44:54 +01:00
sentryReport.dart refactor: clean up 55 lint warnings and issues 2026-03-06 22:47:27 +01:00
slider.dart refactor: remove comunes-flutter dependency and inline components 2026-03-07 18:19:33 +01:00
supportPage.dart refactor: remove comunes-flutter dependency and inline components 2026-03-07 18:19:33 +01:00
theme.dart refactor: clean up 55 lint warnings and issues 2026-03-06 22:47:27 +01:00
themeDev.dart refactor: clean up 55 lint warnings and issues 2026-03-06 22:47:27 +01:00
zoomMapPlugin.dart refactor: remove comunes-flutter dependency and inline components 2026-03-07 18:19:33 +01:00