frigade_flutter

Last updated:

0 purchases

frigade_flutter Image
frigade_flutter Images
Add to Cart

Description:

frigade flutter

Frigade Flutter SDK #
The official Flutter SDK for Frigade.
Getting started #
final publicApiKey = "YOUR_PUBLIC_API_KEY";
final userId = "OPTIONAL_USER_ID";

/// Create a new instance of [FrigadeClient] passing the public api key obtained from
/// your project dashboard.
final client = FrigadeClient(
publicApiKey
);
/// Optionally, you can identify the user to view the flows through.
await client.identify(userId);
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.