Common issues and solutions when integrating Para with Flutter applications
pubspec.yaml
file and update the Para package version if
necessary.
pubspec.yaml
file is correctly configured:
pubspec.yaml
, run:
ios/Runner/Info.plist
):
android/app/build.gradle
):
appScheme
parameter:
appScheme
parameterParaFuture
operations in v2 API.
Solution: Ensure proper ParaFuture
handling with cancellation support:
.future
propertyParaBridgeException
compute
function for heavy computations:
initiateAuthFlow()
or other extension methods not available.
Solution: Import the auth extensions:
.future
property and handle cancellation where appropriate.
ParaFuture
operations for performance.
Para SDK initialization fails
appScheme
parameterPasskey operations fail or throw errors
build.gradle
file with the namespace fixWebAuthenticationSession
is properly configuredAuthentication fails or API requests are rejected
beta
or prod
) that matches your API keyV2 Migration Issues
signUpOrLogIn()
with initiateAuthFlow()
verifyNewAccount()
with verifyOtp()
loginWithPasskey()
with handleLogin()
init()
- it no longer existsPara.fromConfig()
factory methodappScheme
parameter (now without ://callback suffix)handleSignup()
with SignupMethod.passkey
or .password
A detailed description of the problem you’re encountering.
Any relevant error messages or logs.
Steps to reproduce the issue.
Details about your system or environment (e.g., device, operating system, software version).