Step-by-step guide for integrating the Para Flutter SDK into your mobile application
yourapp
, myflutterapp
)com.mycompany.myapp
) for uniqueness.lib/services/para_client.dart
) to initialize your Para client:
para
from anywhere in your app by importing the file where you initialized it. This singleton pattern
ensures consistent state management across your application.BETA
Environment, you can use any email ending in @test.getpara.com
(like
dev@test.getpara.com) or US phone numbers (+1) in the format (area code)-555-xxxx
(like (425)-555-1234). Any OTP
code will work for verification with these test credentials. These credentials are for beta testing only. You can
delete test users anytime in the beta developer console to free up user slots.Handle Email/Phone Submission
Handle OTP Verification