diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-11-21 02:50:37 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-11-21 11:14:03 -0500 |
commit | 95c5b499bcc78717d626702d4b9683850fed9b19 (patch) | |
tree | 8184430ac613816ca1d48a01086ed7ddd234d65e /recipes-demo/flutter-homescreen/files/flutter-homescreen-debug.json | |
parent | 1f50897425b17c20cfa39158d5aa98cd2bc2d025 (diff) |
flutter-homescreen: add recipe
Add recipe for Flutter homescreen application.
Bug-AGL: SPEC-4615
Change-Id: I71510ff462c84bed0de36e889455828a4feb02b3
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-demo/flutter-homescreen/files/flutter-homescreen-debug.json')
-rw-r--r-- | recipes-demo/flutter-homescreen/files/flutter-homescreen-debug.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-demo/flutter-homescreen/files/flutter-homescreen-debug.json b/recipes-demo/flutter-homescreen/files/flutter-homescreen-debug.json new file mode 100644 index 000000000..7741e3aca --- /dev/null +++ b/recipes-demo/flutter-homescreen/files/flutter-homescreen-debug.json @@ -0,0 +1,11 @@ +{ + "view" : [ { + "window_type" : "BG", + "bundle_path" : "/usr/share/flutter/flutter_homescreen", + "vm_args":["--observatory-host", "0.0.0.0", "--observatory-port", "1234"], + "width" : 1920, + "height": 1080, + "fullscreen": true + } + ] +} |