This is a Video call flutter project, that levages on firebase and GoLang as services and backend technologies. This project is intended for learning purposes.
-
Simply use the flutter run, or vscode extension to run the application for either ios or android
-
Use flutter run -d chrome --web-renderer html to spin up web.
-
For web, add the below script in the web/index.html <script src="AgoraRtcWrapper.bundle.js" type="application/javascript"></script>, for Agora to work
-
To run the project on web, use: flutter run -d chrome --web-renderer html
This project is a starting point for a Flutter application.
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.