summaryrefslogtreecommitdiffstats
path: root/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-debug.json
diff options
context:
space:
mode:
authorAakash Solanki <tech2aks@gmail.com>2022-10-29 16:21:34 +0200
committerAakash Solanki <tech2aks@gmail.com>2022-10-29 16:28:31 +0200
commit7832492d87871cfb382b58c1eeb9f182537c0c60 (patch)
treedbda16a87c711ccd156e43dc7fe15fc5b9cb3ba3 /recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-debug.json
parent2c0ca4f324f997f2ba3173655f73ae1c5ce0dc89 (diff)
Update flutter-cluster-dashboard
- Import all flutter-cluster-dashboard changes from master. - Add 'flutter-cluster-dashboard.yaml' file. - Set openrouteservice API Key in local.conf to the variable `OPENROUTE_API_KEY`. - Change SRCREV and SRC_URI Bug-AGL: SPEC-4508 Change-Id: Ic1cd18e290c951443b393840bcf053a549fd2ee2 Signed-off-by: Aakash Solanki <tech2aks@gmail.com>
Diffstat (limited to 'recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-debug.json')
-rw-r--r--recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-debug.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-debug.json b/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-debug.json
new file mode 100644
index 00000000..3d92b45f
--- /dev/null
+++ b/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-debug.json
@@ -0,0 +1,17 @@
+{
+ "view": [
+ {
+ "window_type": "BG",
+ "bundle_path": "/usr/share/flutter/flutter_cluster_dashboard",
+ "vm_args": [
+ "--observatory-host",
+ "0.0.0.0",
+ "--observatory-port",
+ "1234"
+ ],
+ "width": 1920,
+ "height": 1080,
+ "fullscreen": true
+ }
+ ]
+} \ No newline at end of file