frigade_flutter 0.0.4 copy "frigade_flutter: ^0.0.4" to clipboard
frigade_flutter: ^0.0.4 copied to clipboard

The offical Frigade SDK for 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);
1
likes
15
points
33
downloads

Publisher

verified publisherfrigade.com

Weekly Downloads

The offical Frigade SDK for Flutter

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, uuid

More

Packages that depend on frigade_flutter