Use the user's preferred unit for body weight

This commit is contained in:
Roland Geider
2024-01-23 16:33:32 +01:00
parent d4786601bf
commit d4e4f3384a
10 changed files with 199 additions and 33 deletions

View File

@@ -5,4 +5,5 @@ final tProfile1 = Profile(
emailVerified: true,
isTrustworthy: true,
email: 'admin@google.com',
weightUnitStr: 'kg',
);