Commit Graph

3 Commits

Author SHA1 Message Date
soragui
4d0207f41f feat: Implement _LoggedInView UI and AuthState improvements
Implements the UI for the _LoggedInView in home_screen.dart, including:
- An AppBar with a Profile icon that navigates to the profile screen.
- A ListView.builder displaying example items.
- A FloatingActionButton.extended for Logout that calls the `authState.logout()` method.
- Adds a `logout()` method to `AuthState` to clear the login state.
- Modifies the `toggleLogin()` method in `AuthState` to accept an optional boolean value for explicit state control.
- Ensured code formatting and resolved any linting issues.
2026-01-19 15:48:09 +08:00
soragui
12ff1d61c2 feat: add home and profile screens 2026-01-19 14:56:39 +08:00
soragui
0ade16350a feat: add auth screens and state management 2026-01-19 14:50:21 +08:00