payfrit-app/lib
John Mizerek 33f7128b40 feat: implement user authentication with login screen
- Add LoginScreen with form validation and error handling
- Add Api.login() method with LoginResponse model
- Add login route to AppRouter
- Update SplashScreen to check auth status and route to login if needed
- Store auth token in Api service for authenticated requests
- Fix restaurant selection to work with authenticated users
2025-12-29 10:01:35 -08:00
..
app feat: implement user authentication with login screen 2025-12-29 10:01:35 -08:00
models Initial commit (Payfrit Flutter app scaffold) 2025-12-28 12:28:45 -08:00
screens feat: implement user authentication with login screen 2025-12-29 10:01:35 -08:00
services feat: implement user authentication with login screen 2025-12-29 10:01:35 -08:00
main.dart checkpoint 2025-12-28 22:31:56 -08:00