π Read the tutorial blog here: https://blog.samarpandasgupta.in/flutter-video-call
-
In your folder write
git init -
git clone https://github.com/SamarpanCoder2002/Video-Calling-in-Flutter.git -
cd video_meet -
Add
.envfile at the root of the project -
Generate
AppIdandAppSignKeyfrom ZegoCloud Console -
Under the
.envfile 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.