huddle01_auth 0.0.1 copy "huddle01_auth: ^0.0.1" to clipboard
huddle01_auth: ^0.0.1 copied to clipboard

Huddle01 Auth Package

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, chain, walletName);

// 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

3
likes
130
pub points
0%
popularity

Publisher

verified publisherhuddle01.com

Huddle01 Auth Package

Documentation

API reference

License

ISC (license)

Dependencies

flutter, http

More

Packages that depend on huddle01_auth