Commit Graph

3 Commits

Author SHA1 Message Date
Dani B
92c9fce9f6 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
2026-01-28 13:07:27 -05:00
Dani B
eacfa0d705 feat(01-06): enhance auth repository with comprehensive password reset
- Added comprehensive error handling for password reset scenarios
- Integrated logging for debugging password reset flows
- Enhanced password strength validation before updates
- Improved error messages for expired/invalid tokens
- Added proper session handling after password changes
- Better user feedback with detailed error mapping

Files:
- lib/features/authentication/data/repositories/auth_repository_impl.dart
- pubspec.yaml
2026-01-28 12:07:03 -05:00
Dani B
923e776062 feat(01-01): Initialize Flutter project with Supabase dependencies
- Added supabase_flutter: ^2.12.0 for authentication and database
- Added flutter_dotenv: ^5.1.0 for environment management
- Added go_router: ^13.0.0 for navigation
- Added riverpod: ^2.5.0 for state management
- Added flutter_secure_storage: ^9.0.0 for secure token storage
- Created Flutter project structure with default template
2026-01-28 08:22:04 -05:00