Added 'See Changes' button in app list (GitHub only)

This commit is contained in:
Imran Remtulla
2022-10-07 12:51:53 -04:00
parent a0968caa5c
commit 67f50ba776
9 changed files with 63 additions and 1 deletions

View File

@@ -18,6 +18,9 @@ class GitLab implements AppSource {
return url.substring(0, match.end);
}
@override
String? changeLogPageFromStandardUrl(String standardUrl) => null;
@override
Future<APKDetails> getLatestAPKDetails(
String standardUrl, List<String> additionalData) async {