summaryrefslogtreecommitdiffstats
path: root/recipes-demo/flutter-cluster-dashboard/files
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo/flutter-cluster-dashboard/files')
-rw-r--r--recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-debug.json17
-rw-r--r--recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-profile.json18
-rw-r--r--recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-release.json11
-rw-r--r--recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json11
-rw-r--r--recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-profile.json11
-rw-r--r--recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-release.json10
6 files changed, 46 insertions, 32 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
diff --git a/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-profile.json b/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-profile.json
new file mode 100644
index 00000000..aca303fb
--- /dev/null
+++ b/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-profile.json
@@ -0,0 +1,18 @@
+{
+ "view": [
+ {
+ "window_type": "BG",
+ "bundle_path": "/usr/share/flutter/flutter_cluster_dashboard",
+ "vm_args": [
+ "--observatory-host",
+ "0.0.0.0",
+ "--observatory-port",
+ "1234",
+ "--start-paused"
+ ],
+ "width": 1920,
+ "height": 1080,
+ "fullscreen": true
+ }
+ ]
+} \ No newline at end of file
diff --git a/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-release.json b/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-release.json
new file mode 100644
index 00000000..eb75dc4f
--- /dev/null
+++ b/recipes-demo/flutter-cluster-dashboard/files/flutter_cluster_dashboard_on_bg-release.json
@@ -0,0 +1,11 @@
+{
+ "view": [
+ {
+ "window_type": "BG",
+ "bundle_path": "/usr/share/flutter/flutter_cluster_dashboard",
+ "width": 1920,
+ "height": 1080,
+ "fullscreen": true
+ }
+ ]
+} \ No newline at end of file
diff --git a/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json b/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json
deleted file mode 100644
index 3cee3508..00000000
--- a/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "view" : [ {
- "window_type" : "BG",
- "bundle_path" : "/usr/share/flutter/ic",
- "vm_args":["--observatory-host", "0.0.0.0", "--observatory-port", "1234"],
- "width" : 1920,
- "height": 1080,
- "fullscreen": true
- }
- ]
-}
diff --git a/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-profile.json b/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-profile.json
deleted file mode 100644
index c7ea10fa..00000000
--- a/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-profile.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "view" : [ {
- "window_type" : "BG",
- "bundle_path" : "/usr/share/flutter/ic",
- "vm_args":["--observatory-host", "0.0.0.0", "--observatory-port", "1234", "--start-paused"],
- "width" : 1920,
- "height": 1080,
- "fullscreen": true
- }
- ]
-}
diff --git a/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-release.json b/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-release.json
deleted file mode 100644
index fdff54f7..00000000
--- a/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-release.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "view" : [ {
- "window_type" : "BG",
- "bundle_path" : "/usr/share/flutter/ic",
- "width" : 1920,
- "height": 1080,
- "fullscreen": true
- }
- ]
-}