Code Monkey home page Code Monkey logo

flutter-video-chat's Introduction

Flutter Video Chat w/ Agora.io

flutter_video_chat is a simple front-end combining text-messaging (using Google Firebase) and video chat (using Agora.io for Flutter).

Alt Text

Collaborators

Setup

Firebase

  • In the cloned repository, replace the package names with your own

    • applicationId in build.gradle (android\app)
    • package in MainActivity.kt (android\app\src\main\kotlin\com\example\video_chat)
    • package in all three AndroidManifest.xml files (android\app\src\main, android\app\src\debug, android\app\src\profile)
  • go to https://console.firebase.google.com/

  • create a project

  • register project for android (use the package name you chose earlier)

  • Download 'google-services.json'

  • move 'google-services.json' to android > app

  • change pubspec.yaml and both gradle files to include firebase

  • run 'flutter pub get' to import dependencies

  • in the firebase console, under "Develop" select "Authentication"

  • Click "Set up sign-in method"

  • Enable "Email/Password" sign-in method

  • in the firebase console, under "Develop" select Database

  • Click "Create Database"

  • Accept defaults

Agora.io

  • go to Agora's website, https://www.agora.io/
  • sign up
  • create project
  • copy App ID and set the const APP_ID in lib\video_room.dart

flutter-video-chat's People

Contributors

jeremy-friesen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.