Chatwalk is a Flutter app that allows users to communicate with each other in real time via video, audio chat, and messaging. The app uses the Agora service API to provide high-quality, low-latency communication.
- Realtime video chat
- Messaging
- Group chat
- File sharing
Client: Flutter, Dart
Server: Agora
Clone the project
git clone https://github.com/prajyot-pawar/Chatwalk/tree/master
Go to the project directory
cd Chatwalk
Install dependencies
flutter pub get
Run app
flutter run
Troubleshooting:
If you are having trouble running the app, make sure that you have the latest version of Flutter installed. You can also try restarting your computer.
Contributing:
If you want to contribute to the app, you can fork the GitHub repository and make your changes. Once you are done, submit a pull request.
I hope this helps!
Here are some additional resources that you may find helpful:
- Flutter documentation: https://docs.flutter.dev/
- Flutter GitHub repository: https://github.com/flutter/flutter