- 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). |
||
|---|---|---|
| .. | ||
| 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 | ||