presentation/screens/backoffice/backoffice_screens library
Deferred-load barrel for the platform-admin backoffice. Gated by
PlatformAdminGuard; non-admin users never reach these routes, so
keeping them out of the entry chunk has zero UX cost for everyone
else. Re-exports PlatformAdminGuard so it lives entirely in this
chunk — routes.dart reaches it through the deferred prefix.
Classes
- BackofficeOrgDetailScreen
- BackofficeScreen
- BackofficeUsersScreen
- Searchable user list for platform admins. Lets an admin comp a user to a specific plan without going through Stripe/RevenueCat, or grant a usage boost / trial extension / discount.
- PlatformAdminGuard
Functions
-
showOrgGrantManagementDialog(
BuildContext context, {required String orgId, required String label}) → Future< void> -
Re-exported entry point used by
backoffice_org_detail_screen.dartto show the same grant dialog for an org target.