huddle01_auth 0.0.2 huddle01_auth: ^0.0.2 copied to clipboard
Huddle01 Auth Package
Huddle01 Auth Package #
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