We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41487dc commit 81307cdCopy full SHA for 81307cd
lib/common/models.dart
@@ -110,6 +110,7 @@ class Metrics implements BodyMetrics {
110
}
111
112
Map<String, dynamic> toJson() => {
113
+ 'd': date.toIso8601String().split('T').first,
114
'b': bmi,
115
'w': weightInKg,
116
'f': fatInPercentage,
todo.txt
@@ -1,4 +1,4 @@
1
-* Let cache contain null.
+* Let cache contain null to prevent fetching dates that does not exists
2
* Be able to ignore cache
3
* Implement Kofi
4
* Implement Ads
@@ -9,6 +9,5 @@
9
* Make Android auth go through backend
10
* Create release pipeline for APK and bundle
11
* Release app on Google Play
12
-* Caching to reduce calls?
13
* Wide page design
14
* Look into Hive as a no-sql database
0 commit comments