π 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
.env
file at the root of the project -
Generate
AppId
andAppSignKey
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.