Flutter apps can plug into hosted sign-in
Developer Access now includes Add Flutter app. Enter the app’s package name with.thefaithapp appended, and TheFaithApp creates the matching mobile
callback automatically.
The new Flutter SDK opens TheFaithApp’s hosted member sign-in, returns the
member to the installed app, stores the member session securely, and provides
an authenticated client for the v1 API. Developers provide only the client
API key.
Mobile developers no longer need to host a separate callback website just to
receive the authorization result. A standalone sample app is also available
for testing the complete sign-in and API flow on iOS and Android. The API
Reference includes a Flutter quickstart covering installation, app
registration, sign-in, authenticated requests, session restoration, and
logout.