Get Started
Please refer to here to deploy the Flutter development environment.
#
UsageAdd flutter_webrtc
as a [dependency in your pubspec.yaml file](https://flutter.io/using-packages/)
.
You can find the latest version here [](https://pub.dartlang.org/packages/flutter_webrtc)
flutter_webrtc: ^x.y.z
then run flutter pub get
in your project.
or just use flutter pub add flutter_webrtc
to add the dependency.
#
Setup required permissions for audio and video please view next page [Project Settings](./project-settings)