presentation/providers/functions_status_provider library
Properties
-
functionsOutOfSyncProvider
→ FutureProvider<
bool> -
Whether the Edge Function bundle deployed to the user's Supabase project
is out of sync with the one the app currently ships.
final
Functions
-
functionsOutOfSyncFromMeta(
{required int? schemaVersion, required String? deployedHash, required String bundledHash}) → bool - Pure decision function, exposed for unit tests.