Fix Uptodown - was completely broken (#1796)

This commit is contained in:
Imran Remtulla
2024-08-19 22:37:57 -04:00
parent 514ca3e28b
commit 03778fd743
3 changed files with 31 additions and 12 deletions

View File

@@ -412,6 +412,7 @@ abstract class AppSource {
bool showReleaseDateAsVersionToggle = false;
bool versionDetectionDisallowed = false;
List<String> excludeCommonSettingKeys = [];
bool urlsAlwaysHaveExtension = false;
AppSource() {
name = runtimeType.toString();