Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

This application using flutter for develop a realtime chat app

License

Notifications You must be signed in to change notification settings

lambiengcode/flutter_chat_realtime

Repository files navigation

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

About

This application using flutter for develop a realtime chat app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published