Huddle01 Auth Package

https://huddle01-assets-frontend.s3.amazonaws.com/general/huddle01-logo-blue.svg

Web3-Native Zoom for Builders/DAOs/NFT Communities

Community · Documentation


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.

Pre Requisites

Before using the Huddle01 Auth Add-On, you must be acquainted with huddle01_flutter_client

Installation

To get started with the Huddle01 Auth, you can install the package using:

flutter pub add huddle01_auth

Usage


// Wallet Address
String address = '0x15900c698ee356E6976e5645394F027F0704c8Eb';

// Initializing HuddleAuth
HuddleAuth huddleAuth = HuddleAuth();

// Get Message
huddleAuth.getMessage(address);

// Get Access Token
huddleAuth.getAccessToken(signature, address);

// Get Lens Message
huddleAuth.getLensMessage(address);

// Get Lens Access Token
huddleAuth.getLensAccessToken(signature, address);

💡 For more information head to https://huddle01.com/docs

💡 For any help reach out to us on Discord

Libraries

huddle01_auth
index