Flutter
The Huddle01 Flutter SDK offers a comprehensive suite of methods and event listeners that allow for seamless real-time audio and video communication with minimal coding required.
Quickstart
This section provides a brief overview of how to quickly get started with using the Huddle01 SDK in a Flutter project.
Walkthrough
This section provides a step-by-step guide to building a simple Huddle01-based video conferencing app in a Flutter project.
Start from an Example
This section provides instructions on how to clone and run a sample Huddle01 app in a Flutter project.
Methods
This section provides an overview of the available Flutter methods in the Huddle01 SDK that can be used to create custom functionality.
Pre Requisites
Before using the Huddle01 Flutter SDK, you must have Flutter and its build tools installed on your machine.
- Install Flutter by following the instructions on this Official Flutter Page (opens in a new tab)
- Download Android Studio (opens in a new tab) or XCode (opens in a new tab) to go ahead with Flutter development.
After installing Flutter, verify it's installed by running the following command in your terminal:
flutter doctor