Skip to docs content
Flutter finance Blueprint (Kisti)
Free Cloud
Pro
SDK flutter
Updated 2026-08-12
Prerequisites: SaaS destination project · flutter_admin_sdk via Git/path (not pub.dev)

Flutter finance Blueprint (Kisti)

Editions: Free Cloud · Pro

Public pack derived from Kisti (EMI / finance). Use the schema + Flutter Admin SDK; private Kisti source is not required.

Repo github.com/apito-io/examples
SDK flutter_admin_sdk (not on pub.dev)
Project type saas (tenant_model: tenant)
Sample models loan, loan_installment, payment, customer, business, …

Sync

apito sync --from filesystem --to <account> --type schema --dir blueprints/flutter-finance --dry-run
apito sync --from filesystem --to <account> --type schema --dir blueprints/flutter-finance --yes

Destination must match the SaaS profile in config.yml. Publish in Console.

Seed

cp .env.example .env
node scripts/seed.mjs

Tenant + loan stubs via secured GraphQL when env is present.

Smoke

  • Profile check passes on dry-run
  • Publish + schema tests
  • Flutter app authenticates and lists loans after codegen

See Flutter quickstart.

Next