Add basic flavors

This commit is contained in:
problematicconsumer
2023-09-12 15:22:58 +03:30
parent ea81be3763
commit f1b0f8ee4b
24 changed files with 271 additions and 293 deletions

View File

@@ -16,7 +16,7 @@ class NewVersionDialog extends HookConsumerWidget {
this.canIgnore = true,
});
final InstalledVersionInfo currentVersion;
final String currentVersion;
final RemoteVersionInfo newVersion;
final bool canIgnore;
@@ -48,7 +48,7 @@ class NewVersionDialog extends HookConsumerWidget {
style: theme.textTheme.bodySmall,
),
TextSpan(
text: currentVersion.fullVersion,
text: currentVersion,
style: theme.textTheme.labelMedium,
),
],