Developer example

Flutter sample for cross-platform OIDC sign-in

Use the Flutter sample when you want one cross-platform mobile baseline for standards-based sign-in without giving up a clear identity model.

Flutter Cross-platform mobile app / public client
Best for
  • Teams shipping one mobile codebase across Android and iOS.
  • Apps that need proper OIDC sign-in before adding product-specific mobile flows.
  • Projects that want a pragmatic mobile baseline and a clean path to richer identity later.
What this sample shows
  • Cross-platform mobile login with standards-based OIDC.
  • How redirect handling fits into a Flutter public-client flow.
  • A practical starting point for member, school, or community apps built with Flutter.
Integration model

Use one mobile baseline without flattening the identity model

The Flutter sample is for teams that want a cross-platform sign-in foundation with standard OIDC. It covers the mobile auth baseline, while leaving richer identity concerns such as managed profiles or delegated handling to the application model where they can be expressed safely.

These pages explain the sample on Tuurio's domain. GitHub remains the code host.

Stack
Flutter
Pattern
Cross-platform mobile app / public client
Source code auth_samples_flutter