This is a simple chat application.
- socket_io_client: ^2.0.0-beta.4-nullsafety.0
- get: ^4.6.5
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.
# Start Server
cd server
yarn
yarn start
# Start Flutter
cd ..
cd my_chat_app
cd flutter run
This project is created by following instructions from SimpleKoder Project and have some modified by me.
.