Socket Chat is a real-time Flutter messaging app enabling users to communicate instantly within different chat rooms powered by the Socketsbay websocket service.
- User can choose a username.
- Join and switch between different chat rooms.
- Real-time messaging experience.
- Clean and intuitive user interface.
To clone this project into your local environment, follow these steps:
git clone https://github.com/<your_username>/socket-chat.git
cd socket-chat
flutter pub get
Service keys must be in constants/keys.env.dart
file.
const apiKey = "Your key";
const baseUrl = "wss://socketsbay.com/wss/v2";
To run the app, execute the following command in your terminal:
flutter run
This project is licensed under the MIT License - see the LICENSE file for details.