Skip to main content
Version: 2.x (Latest)

Getting Started

The Authorizer Flutter SDK has not been released yet. The repository is a placeholder — it contains no source code, and there is no package on pub.dev.

Until it ships, call the server directly from Dart: every SDK operation is available over the REST endpoints and the GraphQL API, which work with any HTTP client (package:http, Dio, and so on). For browser-based OAuth flows, see OAuth 2.0 / OIDC.