gates/context_access_gate library

Classes

ContextAccessGate
A universal access gate widget that operates on an AccessContext instance, allowing both sync and async permission checks.

Typedefs

ContextAccessBuilder = Widget Function(BuildContext context, bool allowed)
ContextAccessCondition = FutureOr<bool> Function(AccessContext)