Skip to main content

Installation and OnePub

IssueWhat to try
onepub command not foundAdd $HOME/.pub-cache/bin to PATH
Package resolve failuresonepub login, verify hosted URL and version in Flutter installation

Android

IssueWhat to try
Passkey / asset linksAndroid setup: strings.xml, manifest meta-data, signing cert allowlisting
minSdk / manifest merge errorsSet minSdk 26+, compileSdk 34+

iOS

IssueWhat to try
Associated DomainsiOS setup: capability, exact domain entries, physical device
CocoaPodscd ios && rm -rf Pods Podfile.lock && pod install

Runtime

IssueWhat to try
Login UI does not appearnavigatorKey passed to MaterialApp and initialize()
Service is not initializedAwait initialize() before other calls
WebView blankPlatform network config, ATS (iOS), Associated Domains / asset links

Credentials on Flutter

Credential issuance and verification are available on Flutter. Use the Issue credentials and Verify credentials quickstarts, plus Issuing credentials and Verify. If calls fail or payloads are rejected, see Credential issues. For Google OAuth client IDs and dashboard-side setup, see Google Sign-In — Dashboard.

More help