[go: up one dir, main page]

Skip to content

sabreys/socket_chat

Repository files navigation

Socket Chat

Socket Chat is a real-time Flutter messaging app enabling users to communicate instantly within different chat rooms powered by the Socketsbay websocket service.

Features

  • User can choose a username.
  • Join and switch between different chat rooms.
  • Real-time messaging experience.
  • Clean and intuitive user interface.

Screens

Screens

Documentation

Documentation PDF

Installation

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

API Keys

Service keys must be in constants/keys.env.dart file.

const apiKey = "Your key";
const baseUrl = "wss://socketsbay.com/wss/v2";

Usage

To run the app, execute the following command in your terminal:

flutter run

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Flutter Socket Chat Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published