Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 979 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 979 Bytes

Flutter Chat Socket

Description:

  • 🚀 This application using Flutter for develop a realtime chat apps by Rois Khoiron.

How I can run it?

  • 🚀 Clone this repository

  • 🚀 Run below code in terminal of project thanks

    • 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: RoisKhoiron

Reference

Screenshots

  • 🚀 Below is video demo between linux desktop app and web platform

Thanks For Watching