kaleyra_video_flutter_plugin 2.2.0
kaleyra_video_flutter_plugin: ^2.2.0 copied to clipboard
Flutter plugin enabling video communication through Kaleyra Video SDKs
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add kaleyra_video_flutter_pluginWith Flutter:
$ flutter pub add kaleyra_video_flutter_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
kaleyra_video_flutter_plugin: ^2.2.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:kaleyra_video_flutter_plugin/kaleyra_video_flutter_plugin.dart';