fix: resolve 2 remaining strict analysis errors

- introPage.dart: Convert fireItems to proper static function closure
- mainDrawer.dart: Convert unreadCount int to String for Text widget
This commit is contained in:
vjrj 2026-03-06 11:21:06 +01:00
parent 1864e5b105
commit 7a4c9fb3bc
61 changed files with 1386 additions and 1202 deletions

View file

@ -1,5 +1,5 @@
import 'actions.dart';
import '../models/appState.dart';
import 'actions.dart';
AppState appReducer(AppState state, action) {
if (action is FetchYourLocationsSucceededAction) {