Bunch of updates, next up is token pipeline

This commit is contained in:
2025-12-22 20:26:33 -06:00
parent e0a41761ec
commit bd9ce4022f
12 changed files with 582 additions and 167 deletions

View File

@@ -1,6 +1,8 @@
import 'package:blind_master/BlindMasterScreens/Startup/splash_screen.dart';
import 'package:flutter/material.dart';
enum DaysOfWeek {Su, M, Tu, W, Th, F, Sa}
void main() {
runApp(const MyApp());
}