Refactor booking system: remove unused classes, update dependencies, and implement date selection logic

This commit is contained in:
mohammad
2025-07-09 16:18:10 +03:00
parent 6534bfae5b
commit 9f28e1ccef
40 changed files with 989 additions and 503 deletions

View File

@ -84,4 +84,5 @@ abstract class ColorsManager {
static const Color minBlue = Color(0xFF93AAFD);
static const Color minBlueDot = Color(0xFF023DFE);
static const Color grey25 = Color(0xFFF9F9F9);
static const Color grey50 = Color(0xFF718096);
}