haptic feedback, listed sources

This commit is contained in:
Imran Remtulla
2022-08-27 16:25:45 -04:00
parent 6c076751ab
commit 5e785ae1d5
8 changed files with 136 additions and 76 deletions

View File

@@ -195,7 +195,7 @@ class GitLab implements AppSource {
}
}
class sourceProvider {
class SourceProvider {
// Add more source classes here so they are available via the service
AppSource getSource(String url) {
if (url.toLowerCase().contains('://github.com')) {
@@ -227,4 +227,6 @@ class sourceProvider {
apk.version,
apk.apkUrls);
}
List<String> getSourceHosts() => ['github.com', 'gitlab.com'];
}