Documentation
Access and Setup
What You Need
Before the first compile, start at revclust.com/get-started, create or open your Revclust account, create an app, and copy one rpk_... SDK key.
Add The SDK Dependency
The package name is always revclust_flutter_sdk. Add it to pubspec.yaml from the public Revclust Flutter SDK repository, then run flutter pub get.
dependencies:
revclust_flutter_sdk:
git:
url: https://github.com/revclust/revclust-sdk.git
ref: v0.4.2
If dependency resolution fails, confirm that your environment can reach GitHub and that the tag is available.
Get The Runtime Values
Your app needs one required runtime value: the rpk_... SDK key. Pass it as projectKey in RevclustConfig. Once the first capture works, you can also pass app version, build, Git SHA, and app release stage as optional reproduction metadata. Release stage does not choose Revclust infrastructure.
Confirm Account Setup First
Before wiring the app, confirm that you can sign in through revclust.com/get-started, open Apps, and see the app and SDK key you plan to use. If sign-in fails with You don’t have access to Revclust., use an active account.
When Something Is Missing
When an SDK key will not bootstrap, first check Apps, the key status, the copied rpk_... value, and the value injected by your build. If you are already signed into Revclust for an accepted incident, Feedback can include viewer-specific issues.