Client
Using the Huddle 01 Flutter plugin you can build and get started with a simple p2p video chat application in minutes! Follow along this guide to know how:
Getting started
1. Installation
$ flutter pub add huddle01_flutter_sdkdependencies:
flutter:
sdk: flutter
huddle01_flutter_sdk: ^0.1.0$ flutter pub get2. Get your API Key
3. Importing into your application
import 'package:huddle01_flutter/huddle01_flutter.dart';4. Setup event listeners
5. Initialising Client repository and using available methods:
Other methods available:
Last updated
Was this helpful?