Hospital Doctor-Patient Chat App

  • A chat app made by Flutter, NodeJS and Mysql

Note: Before launching your Flutter application, run adb reverse tcp:4320 tcp:4320 in your terminal to resolve the issue of connecting to localhost on Android Device.

To use two android devices at the same time

  • adb devices (to list all devices)
  • adb -s emulator-5556 reverse tcp:4320 tcp:4320 (in the list of devices, type what you want in emulator-5556.)