Skip to content

SamarpanCoder2002/Video-Calling-in-Flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.