Skip to content

yoshitakameguro/Agora-Live-Broadcasting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 98.7%
  • Other 1.3%