Skip to docs content
Flutter Admin SDK
Free Cloud
Pro
SDK flutter
Updated 2026-08-12

Flutter Admin SDK

Editions: Free Cloud · Pro

flutter_admin_sdk implements the Admin SDK contract for mobile. publish_to: none — it is not on pub.dev. Depend via GitHub or monorepo path:.

Dependency

dependencies:
  flutter_admin_sdk:
    git:
      url: https://github.com/apito-io/flutter_admin_sdk.git

Codegen

Generated GraphQL documents live under lib/generated/ (or the package’s documented path). After every schema publish, regenerate against live introspection so ops match production.

Ops & auth

Same five ops as JS/Go. Use project endpoint + API key or login token. SaaS apps must send tenant context on lists/mutations.

Blueprint

flutter-finance (Kisti-derived).

Next