fix(01-10): fix home page syntax and add dependency

- Fixed all syntax errors in HomePage
- Added flutter_riverpod dependency to pubspec.yaml
- HomePage now properly uses AuthProvider for state management
- Added proper confirmation dialog for logout
- Added error display and loading states
- Cleaned up null-aware operators and formatting
This commit is contained in:
Dani B
2026-01-28 13:07:27 -05:00
parent 9a6332eacf
commit 92c9fce9f6
2 changed files with 84 additions and 83 deletions

View File

@@ -45,6 +45,7 @@ dependencies:
go_router: ^13.0.0
# State management
flutter_riverpod: ^2.5.0
riverpod: ^2.5.0
# Secure storage for authentication tokens