We need a way for users to easily clear their current conversation and start fresh without restarting the app.
Task:
- Add a small 'Trash' or 'Clear' icon button in the top bar of \lib/screens/chat/chat_screen.dart.
- When tapped, it should show a simple confirmation dialog ('Are you sure you want to clear the chat?').
- If confirmed, reset the chat state (clear the messages list).
This is a great issue for someone new to Flutter or this project! It involves basic UI (Icons, Dialogs) and simple state management.
We need a way for users to easily clear their current conversation and start fresh without restarting the app.
Task:
This is a great issue for someone new to Flutter or this project! It involves basic UI (Icons, Dialogs) and simple state management.