Flutter Chat Socket
Description:
This application using Flutter for develop a realtime chat app
How I can run it?
Clone this repository
Run below code in terminal of project
- start socket server
cd nodejs_socket_server/ npm install npm start
- start flutter app (Support Linux, Web and Mobile)
flutter pub get flutter run
How I can extends project?
Write extend channel in socket server nodejs_socket_server folder
Listen and emit new channel in socket_service.dart file in flutter project
Author: lambiengcode
Screenshots
Below is video demo between linux desktop app and web platform