A new Flutter Chat and Video/voice call project.
A Blazing fast Video/voice Call and Chat Application, using Flutter and Firebase for Google Sign In/Sign Up.
- Clone this repo
- Run flutter run (remember to open simulator or connect physical device, iOS auto run additional command pod install).
- To Run this project properly these is the setup you must follow.
-
Connect the app to your Firebase Project from your Firebase Console and add the google-services.json in the /android/app directory.
-
Inside /lib/configs, where you'll find file called as agora_configs.dart.
-
Inside agora_configs.dart add:
- const APP_ID = '<YOUR_AGORA_SDK_TOKEN>'; from your [Agora.io]https://www.agora.io/en/.
- Ability to Send text messages and images.
- Ability to video/voice call.
- Ability to track Call logs.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.



