openvidu_flutter 0.0.12 openvidu_flutter: ^0.0.12 copied to clipboard
Migration from openvidu-android to Flutter. The package contains a working example that targets OpenVidu 2.29.0.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add openvidu_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
openvidu_flutter: ^0.0.12
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:openvidu_flutter/openvidu_flutter.dart';