v check fix
All checks were successful
Build and Release FLUX (Multi-Platform) / build-android (push) Successful in 1m30s
Build and Release FLUX (Multi-Platform) / build-web (push) Successful in 1m6s
Build and Release FLUX (Multi-Platform) / build-windows (push) Successful in 6m20s

This commit is contained in:
2026-06-04 15:21:11 +02:00
parent 7ea0e2ac10
commit d42cc5af1d
4 changed files with 67 additions and 41 deletions

View File

@@ -352,9 +352,7 @@ class _GlobalUpdateCheckerState extends State<GlobalUpdateChecker>
// Riapriamo il rubinetto di Supabase
_versionSubscription = GetIt.I<SupabaseClient>()
.from(
'app_versions',
) // <-- Sostituisci col nome reale della tua tabella
.from('app_config') // <-- Sostituisci col nome reale della tua tabella
.stream(primaryKey: ['id'])
.listen((_) {
_checkVersion();