We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ad580 commit 7e6c78cCopy full SHA for 7e6c78c
lib/widgets/dashboard/widgets.dart
@@ -194,7 +194,7 @@ class _DashboardWeightWidgetState extends State<DashboardWeightWidget> {
194
MeasurementOverallChangeWidget(
195
entries7dAvg.first,
196
entries7dAvg.last,
197
- weightUnit(profile!.isMetric, context),
+ weightUnit(profile.isMetric, context),
198
),
199
Row(
200
mainAxisAlignment: MainAxisAlignment.spaceBetween,
0 commit comments