diff --git a/.gitignore b/.gitignore
index 3005e258d6..5e4faf799c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release
+flutter.tar.xz
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index c7f1ea9248..14d238cd20 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -9,6 +9,8 @@
+
+
>? installedApps;
final DateFormat dateFormatter = DateFormat('d MMMM, yyyy');
@@ -71,6 +72,7 @@ class Issue {
this.hunt,
this.domain,
this.closedBy,
+ this.installedApps,
});
factory Issue.fromJson(Map responseData) {
@@ -105,6 +107,9 @@ class Issue {
hunt: responseData["hunt"],
domain: responseData["domain"],
closedBy: responseData["closed_by"],
+ installedApps: responseData["installed_apps"] != null
+ ? List