- 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 |
||
|---|---|---|
| .. | ||
| appState.dart | ||
| appState.g.dart | ||
| basicLocation.dart | ||
| falsePositiveTypes.dart | ||
| fireMapState.dart | ||
| fireNotification.dart | ||
| fireNotification.g.dart | ||
| fireNotificationsPersist.dart | ||
| firesApi.dart | ||
| user.dart | ||
| yourLocation.dart | ||
| yourLocation.g.dart | ||
| yourLocationPersist.dart | ||