added event functionality and summary to livecard

This commit is contained in:
kima
2023-06-13 23:27:40 +02:00
parent 580c92b13d
commit 1a9080dcc2
6 changed files with 303 additions and 153 deletions

View File

@@ -19,7 +19,8 @@ enum LiveCardState {
duringBreak,
morning,
afternoon,
night
night,
summary
}
class LiveCardProvider extends ChangeNotifier {