iamfourh2e / Agora-Live-Broadcasting

As an Agora Student Ambassador, this project is to create a Live Video Broadcast using Agora SDK in Flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agora Live Broadcasting Feature like Instagram

This is made in flutter framework and with Firebase as backend. The video SDK used is Agora

To run the app

  • Clone the repo to your local machine.
  • Link your Firebase to the project. Will need Authentication, Cloud FireStore Database and Firebase Storage. Refere here for linking Firebase to Flutter.
  • Do note to add the google-service.json file into "android/app/"
  • After linking create a Agora account, and create a new project or from existing project get APP ID, and add this to "libs/utils/setting.dart".
  • Do not forget to run the below code to get all the required files.
flutter pub get

Voila :P run the flutter app by the following code

flutter run

If anyone wish to add more feature or change exisiting code in more efficient way, do create a pull request.

About

As an Agora Student Ambassador, this project is to create a Live Video Broadcast using Agora SDK in Flutter


Languages

Language:Dart 98.7%Language:HTML 0.9%Language:Swift 0.3%Language:Kotlin 0.1%Language:Objective-C 0.0%