crossmint_flutter_auth library

Authentication surface for the Crossmint SDK.

Exposes CrossmintAuthClient (email OTP, OAuth, wallet auth, session management), CrossmintAuthCallbackRouter for OAuth deep-link handling, and CrossmintAuthLauncher for opening the Crossmint-hosted auth pages.

Call CrossmintAuthCallbackRouter.start early in app startup — before the first frame — so OAuth redirects land correctly. See the package README for the canonical bootstrap shape.