Telas de login e dashboard de estudante feito

This commit is contained in:
2026-05-07 21:10:30 +01:00
parent 547d5f5484
commit c1d1a0fce1
44 changed files with 6740 additions and 183 deletions

View File

@@ -267,7 +267,7 @@ lib/
**Dependencies**: Task 1.2
#### Subtasks:
- [ ] Implement AppColors class with EPVChat color palette
- [ ] Implement AppColors class with EPVC color palette
- [ ] Create AppTextStyles with typography system
- [ ] Set up AppTheme with light/dark mode support
- [ ] Implement custom widgets (buttons, cards, inputs)
@@ -281,7 +281,7 @@ lib/
import 'package:flutter/material.dart';
class AppColors {
// Primary Brand Colors (from EPVChat)
// Primary Brand Colors (from EPVC)
static const Color primaryBlue = Color(0xFF4A90E2);
static const Color primaryTeal = Color(0xFF5AC8FA);
static const Color primaryOrange = Color(0xFFFF9500);