Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 754 Bytes

File metadata and controls

17 lines (10 loc) · 754 Bytes

flutter_opentok

pub package

Flutter library for OpenTok iOS and Android SDKs.

Note: This plugin is still under development! Feedback and Pull Requests are most welcome!

Usage

To use this plugin, add flutter_opentok as a dependency in your pubspec.yaml file.

Getting Started

Check out the example directory for a sample app using OpenTok.

Development

Generate the models and the factories: flutter packages pub run build_runner build --delete-conflicting-outputs