Create a simple Flutter application.
Your task is to create a Flutter application that enables real-time messaging between users. The app should have basic features such as sending and receiving messages in real-time, displaying message timestamps, and a user-friendly interface.
- Real-time messaging
- User profiles(Bonus)
- Message timestamps
- Basic UI for chat list and chat detail pages(Bonus)
- Chat:
- Users can view a list of chats.(Bonus)
- Users can send and receive messages in real-time.
- Each message displays the sender's name and a timestamp.
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature). - Make your changes and commit them (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/your-feature). - Create a pull request.
