A new Flutter app to improve my current sockets knowledge, this app allows you send and receive messages from other users, to see when they're online and offline, store tokens and use them to make requests and many other things, this app uses this backend to work, you can check it to see the sockets implementation.
- Install backend project and run it (follow the steps in the project repository)
- Clone this project
- Install dependencies
flutter pub get
- Run the project with
flutter run
or running manually on the device with your preferred IDE