Add update checking

This commit is contained in:
problematicconsumer
2023-07-27 18:03:41 +03:30
parent f9545df308
commit 429f1aadf0
13 changed files with 383 additions and 22 deletions

View File

@@ -98,7 +98,7 @@ class AppVersionLabel extends HookConsumerWidget {
final theme = Theme.of(context);
final version = ref.watch(
runtimeDetailsNotifierProvider.select(
appVersionProvider.select(
(value) => switch (value) {
AsyncData(:final value) => value.fullVersion,
_ => "",