Skip to content

GChanathip/flutter-chat-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Chat App / Socket IO

This is a simple chat application.

Dependencies

  • socket_io_client: ^2.0.0-beta.4-nullsafety.0
  • get: ^4.6.5

Remind

In chat_screen.dart you have to change localhost value to your local IPv4.

You have to run at least 2 flutter emulators to fully use this application.

Usage

# Start Server
cd server
yarn
yarn start

# Start Flutter
cd ..
cd my_chat_app
cd flutter run

About Project

This project is created by following instructions from SimpleKoder Project and have some modified by me.

.

About

Simple Flutter chat application with Sock io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published