File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ final List<MetricCategoryData> metricCategories = [
161161 valueVizualizationBuilder: ((rating) =>
162162 "${numberVizualizationBuilder (rating )}/5" ),
163163 path: "driverAbility" ,
164+ max: 5 ,
164165 ),
165166 CategoryMetric (
166167 localizedName: "Defends" ,
Original file line number Diff line number Diff line change @@ -529,7 +529,7 @@ class _RawScoutReportPageState extends State<RawScoutReportPage> {
529529 Widget driverAbilityContainer (SingleScoutReportAnalysis reportAnalysis) {
530530 return ValueTile (
531531 label: const Text ("Driver ability" ),
532- value: Text ("${reportAnalysis .driverAbility .index }/5" ),
532+ value: Text ("${reportAnalysis .driverAbility .index + 1 }/5" ),
533533 );
534534 }
535535
You can’t perform that action at this time.
0 commit comments