openvidu_flutter 0.0.11 copy "openvidu_flutter: ^0.0.11" to clipboard
openvidu_flutter: ^0.0.11 copied to clipboard

Migration from openvidu-android to Flutter. The package contains a working example that targets OpenVidu 2.29.0.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:openvidu_flutter_example/screens/prepare_videocall.dart';

void main() {
  runApp(
    const MaterialApp(
      home: PrepareVideocall(),
      debugShowCheckedModeBanner: false,
      debugShowMaterialGrid: false,
    ),
  );
}
5
likes
160
pub points
49%
popularity

Publisher

unverified uploader

Migration from openvidu-android to Flutter. The package contains a working example that targets OpenVidu 2.29.0.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

crypto, cupertino_icons, flutter, flutter_webrtc, html, intl, logging

More

Packages that depend on openvidu_flutter