- 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 |
||
|---|---|---|
| .. | ||
| login_screen.dart | ||
| order_home_screen.dart | ||
| restaurant_select_screen.dart | ||
| service_point_select_screen.dart | ||
| splash_screen.dart | ||