Skip to content

FrigadeHQ/flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a520ca6 · Jan 26, 2023

History

5 Commits
Jan 25, 2023
Jan 25, 2023
Jan 26, 2023
Jan 25, 2023
Jan 25, 2023
Jan 25, 2023
Jan 25, 2023
Jan 25, 2023
Jan 25, 2023
Jan 25, 2023
Jan 25, 2023
Jan 25, 2023
Jan 26, 2023

Repository files navigation

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);

About

The official Frigade SDK for Flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published