Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 607 Bytes

File metadata and controls

33 lines (22 loc) · 607 Bytes

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.

.