/Video-Calling-in-Flutter

🎉 Integrate Video Calling with your Flutter app within minutes

Primary LanguageDartMIT LicenseMIT

Video Calling in Flutter 🔥

Learn from Tutorial


👉 Read the tutorial blog here: https://blog.samarpandasgupta.in/flutter-video-call

🙏 Show ❤ by staring this repo

🙌 How to setup this project?

  • In your folder write git init

  • git clone https://github.com/SamarpanCoder2002/Video-Calling-in-Flutter.git

  • cd video_meet

  • Add .env file at the root of the project

  • Generate AppId and AppSignKey from ZegoCloud Console

  • Under the .env file make two variables,

    • appID=[Copy appId from ZegoCloud Admin Dashboard]

    • appSignKey=[Copy appSignKey from ZegoCloud Admin Dashboard]
  • Open terminal and run flutter pub get

  • Run the Project and Have Fun.