feat:增加历史记录

This commit is contained in:
2025-12-02 18:58:07 +08:00
parent 86852cc47d
commit 62108248aa
7 changed files with 89 additions and 11 deletions

View File

@@ -4,7 +4,8 @@ import 'package:flutter_common/flutter_common.dart';
class HealthProvider with ChangeNotifier {
late HealthRecord formItem;
String date = formatDate(DateTime.now());
DateTime selectedDate = DateTime.now();
DateTime focusedDate = DateTime.now();
RecordType type = RecordType.weight;
bool isEditing = false;