Commit Graph

3 Commits

Author SHA1 Message Date
soragui
62934e1522 feat: Refactor HomeScreen for login-based UI and restore Firebase dependencies
Refactors the HomeScreen to dynamically display content based on the user's authentication status.
- Migrated HomeScreen from StatefulWidget to StatelessWidget.
- Introduced Consumer<AuthState> to listen for authentication changes.
- Implemented placeholder _LoggedInView and _LoggedOutView widgets for conditional rendering.
- Restored irebase_core and irebase_auth dependencies to pubspec.yaml and main.dart which were inadvertently removed by dart_fix.
- Removed outdated state management for bottom navigation bar.
- Addressed dart fix warnings and ensured code formatting.
2026-01-19 15:38:36 +08:00
soragui
0ade16350a feat: add auth screens and state management 2026-01-19 14:50:21 +08:00
soragui
58c40c5f00 feat: initial project setup 2026-01-19 14:38:35 +08:00