Added constants class

This commit is contained in:
2026-01-07 13:02:09 +01:00
parent 8df9a27dc7
commit a78614851b
6 changed files with 11 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ class _HomeViewState extends State<HomeView> {
db.matchDao.getMatchCount(),
db.groupDao.getGroupCount(),
db.matchDao.getAllMatches(),
Future.delayed(minimumSkeletonDuration),
Future.delayed(Constants.minimumSkeletonDuration),
]).then((results) {
matchCount = results[0] as int;
groupCount = results[1] as int;